{ "info": { "author": "SYLEAM, Apertoso NV, Odoo Community Association (OCA)", "author_email": "support@odoo-community.org", "bugtrack_url": null, "classifiers": [ "Framework :: Odoo", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python" ], "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n\n=====================\nZPL II Label printing\n=====================\n\nThis module extends the **Report to printer** (``base_report_to_printer``)\nmodule to add a ZPL II label printing feature.\n\nThis module is meant to be used as a base for module development, and does not provide a GUI on its own.\nSee below for more details.\n\nInstallation\n============\n\nNothing special, just install the module.\n\nConfiguration\n=============\n\nTo configure this module, you need to:\n\n#. Go to *Settings > Printing > Labels > ZPL II*\n#. Create new labels\n#. Import ZPL2 code\n#. Use the Test Mode tab during the creation\n\nIt's also possible to add a label printing wizard on any model by creating a new *ir.actions.act_window* record.\nFor example, to add the printing wizard on the *product.product* model :\n\n.. code-block:: xml\n\n \n\nUsage\n=====\n\nTo print a label, you need to call use the label printing method from anywhere (other modules, server actions, etc.).\n\n.. code-block:: python\n\n # Example : Print the label of a product\n self.env['printing.label.zpl2'].browse(label_id).print_label(\n self.env['printing.printer'].browse(printer_id),\n self.env['product.product'].browse(product_id))\n\nYou can also use the generic label printing wizard, if added on some models.\n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n :alt: Try me on Runbot\n :target: https://runbot.odoo-community.org/runbot/144/11.0\n\nKnown issues / Roadmap\n======================\n\n* Develop a \"Designer\" view in a separate module, to allow drawing labels with simple mouse clicks/drags\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smashing it by providing a detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon `_.\n\nContributors\n------------\n\n* Sylvain Garancher \n* Florent de Labarre\n* Jos De Graeve \n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nTo contribute to this module, please visit https://odoo-community.org.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.syleam.fr/", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo11-addon-printer-zpl2", "package_url": "https://pypi.org/project/odoo11-addon-printer-zpl2/", "platform": "", "project_url": "https://pypi.org/project/odoo11-addon-printer-zpl2/", "project_urls": { "Homepage": "http://www.syleam.fr/" }, "release_url": "https://pypi.org/project/odoo11-addon-printer-zpl2/11.0.1.0.1/", "requires_dist": [ "odoo11-addon-base-report-to-printer", "odoo (<11.1dev,>=11.0a)", "zpl2" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "summary": "Printer ZPL II", "version": "11.0.1.0.1" }, "last_serial": 5295632, "releases": { "11.0.1.0.0.99.dev10": [ { "comment_text": "", "digests": { "md5": "24aa0be4915ce5e7e702ba1afb1011f8", "sha256": "cba7c06f7c631068c073a09385d6b73454b199de7635ee54fa188a1c61a929a3" }, "downloads": -1, "filename": "odoo11_addon_printer_zpl2-11.0.1.0.0.99.dev10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "24aa0be4915ce5e7e702ba1afb1011f8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 116684, "upload_time": "2018-06-22T04:46:58", "url": "https://files.pythonhosted.org/packages/83/8c/8540364fa6f4ef77addf2427954f146d911d1f05c97b324fb463e644bcd1/odoo11_addon_printer_zpl2-11.0.1.0.0.99.dev10-py2.py3-none-any.whl" } ], "11.0.1.0.0.99.dev11": [ { "comment_text": "", "digests": { "md5": "ef5cddc6eb77cb6ad466edbeaebb03cf", "sha256": "a9d0dcfde836c2e6614c3eca3d079e81442e242289be40586d543dd58ddb7b45" }, "downloads": -1, "filename": "odoo11_addon_printer_zpl2-11.0.1.0.0.99.dev11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ef5cddc6eb77cb6ad466edbeaebb03cf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 114397, "upload_time": "2018-11-15T05:49:30", "url": "https://files.pythonhosted.org/packages/1c/f1/d43573cfe8048d0b461e21e80cbc5912cdd7f9f3977d96df3b6251cfaaae/odoo11_addon_printer_zpl2-11.0.1.0.0.99.dev11-py2.py3-none-any.whl" } ], "11.0.1.0.0.99.dev12": [ { "comment_text": "", "digests": { "md5": "a191dc1c7e63ec3719e69cfad83b533b", "sha256": "f76ba005943511096ba703de554940e2d5bce695ea69bce27bd7f44b2a27aedd" }, "downloads": -1, "filename": "odoo11_addon_printer_zpl2-11.0.1.0.0.99.dev12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a191dc1c7e63ec3719e69cfad83b533b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 123980, "upload_time": "2019-04-03T05:36:56", "url": "https://files.pythonhosted.org/packages/56/40/d1ff415ca9253555d2eeeeee67acd81eb0cb43a4752cdb0ec45f46053104/odoo11_addon_printer_zpl2-11.0.1.0.0.99.dev12-py2.py3-none-any.whl" } ], "11.0.1.0.0.99.dev9": [ { "comment_text": "", "digests": { "md5": "e912bea3b251fead6e5835f6f9758b44", "sha256": "064a379d5c7bd784e7e8dca6a9553e2cc2629072ab0cdf3e370651f125b519f7" }, "downloads": -1, "filename": "odoo11_addon_printer_zpl2-11.0.1.0.0.99.dev9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e912bea3b251fead6e5835f6f9758b44", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 91639, "upload_time": "2018-04-04T04:32:25", "url": "https://files.pythonhosted.org/packages/7d/85/b2f9706cc7f3014ecb0a77c98a3738d8d53d4aea6fe9f31bfb7a4458b720/odoo11_addon_printer_zpl2-11.0.1.0.0.99.dev9-py2.py3-none-any.whl" } ], "11.0.1.0.1": [ { "comment_text": "", "digests": { "md5": "7aec37f9be3c72ca09546faf90b16b8a", "sha256": "51c4381bf45bda5aad853f676b4fcc826577e4f2251288d7dca9c58012d929b0" }, "downloads": -1, "filename": "odoo11_addon_printer_zpl2-11.0.1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7aec37f9be3c72ca09546faf90b16b8a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 123902, "upload_time": "2019-05-21T05:03:22", "url": "https://files.pythonhosted.org/packages/fc/ff/19a3bb137f4f9142eaab8a21e569cb0b2b42605871fe7ee9420c65fa3871/odoo11_addon_printer_zpl2-11.0.1.0.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7aec37f9be3c72ca09546faf90b16b8a", "sha256": "51c4381bf45bda5aad853f676b4fcc826577e4f2251288d7dca9c58012d929b0" }, "downloads": -1, "filename": "odoo11_addon_printer_zpl2-11.0.1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7aec37f9be3c72ca09546faf90b16b8a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 123902, "upload_time": "2019-05-21T05:03:22", "url": "https://files.pythonhosted.org/packages/fc/ff/19a3bb137f4f9142eaab8a21e569cb0b2b42605871fe7ee9420c65fa3871/odoo11_addon_printer_zpl2-11.0.1.0.1-py2.py3-none-any.whl" } ] }