{ "info": { "author": "SUBTENO-IT, FLorent de Labarre, 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 \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\nExample : Print the label of a product ::\n\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/12.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": "odoo12-addon-printer-zpl2", "package_url": "https://pypi.org/project/odoo12-addon-printer-zpl2/", "platform": "", "project_url": "https://pypi.org/project/odoo12-addon-printer-zpl2/", "project_urls": { "Homepage": "http://www.syleam.fr/" }, "release_url": "https://pypi.org/project/odoo12-addon-printer-zpl2/12.0.1.0.0.99.dev4/", "requires_dist": [ "odoo12-addon-base-report-to-printer", "odoo (<12.1dev,>=12.0a)", "zpl2" ], "requires_python": ">=3.5", "summary": "Printer ZPL II", "version": "12.0.1.0.0.99.dev4" }, "last_serial": 5408434, "releases": { "12.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "17d33bfeb871a03762d32065f1d84ce3", "sha256": "7dbba277421f5d433ab068afcf9935ddc4739c033f72e48ecf8186c7a9b25e6d" }, "downloads": -1, "filename": "odoo12_addon_printer_zpl2-12.0.1.0.0.99.dev3-py3-none-any.whl", "has_sig": false, "md5_digest": "17d33bfeb871a03762d32065f1d84ce3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 124175, "upload_time": "2019-06-07T04:37:46", "url": "https://files.pythonhosted.org/packages/7f/b1/f49ab8a4bec06dfef8075a1378a92aa63cc802bdd1e1b8cdda0927c98100/odoo12_addon_printer_zpl2-12.0.1.0.0.99.dev3-py3-none-any.whl" } ], "12.0.1.0.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "8bad0b23c977e7dffa3eb89687f548a8", "sha256": "7a68bbbd3d17835f3b815494416456b94a98f1e54a95a5a17f861da7c43cb7f9" }, "downloads": -1, "filename": "odoo12_addon_printer_zpl2-12.0.1.0.0.99.dev4-py3-none-any.whl", "has_sig": false, "md5_digest": "8bad0b23c977e7dffa3eb89687f548a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 124671, "upload_time": "2019-06-17T04:38:26", "url": "https://files.pythonhosted.org/packages/f2/41/de7364e896f92a2252a1b51e6854919391530eccaa3eab5552caf7dcab5b/odoo12_addon_printer_zpl2-12.0.1.0.0.99.dev4-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8bad0b23c977e7dffa3eb89687f548a8", "sha256": "7a68bbbd3d17835f3b815494416456b94a98f1e54a95a5a17f861da7c43cb7f9" }, "downloads": -1, "filename": "odoo12_addon_printer_zpl2-12.0.1.0.0.99.dev4-py3-none-any.whl", "has_sig": false, "md5_digest": "8bad0b23c977e7dffa3eb89687f548a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 124671, "upload_time": "2019-06-17T04:38:26", "url": "https://files.pythonhosted.org/packages/f2/41/de7364e896f92a2252a1b51e6854919391530eccaa3eab5552caf7dcab5b/odoo12_addon_printer_zpl2-12.0.1.0.0.99.dev4-py3-none-any.whl" } ] }