{ "info": { "author": "La Louve, GRAP, 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 :: 2.7" ], "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===============================\nPoint of Sale - Price to Weight\n===============================\n\nThis module extends Odoo Point Of Sale features, to allow to scan barcode\nwith price and to compute according quantity.\n\nIn Odoo by default, there are three types of barcode rules for products.\n\n* 'Unit Product' (type='product'). Scanning a product will add a unit of this\n product to the current order.\n* 'Priced product' (type='price'). A price is extracted from the barcode, and\n a new line with the given price and a quantity = 1 is added to the current\n order.\n* 'Weighted product' (type='weight). A weight is extracted from the barcode,\n and a new line with the given weight, and a computed price\n (quantity * Unit price) is added to the current order.\n\nThis module add a new option:\n\n* 'Priced Product (Computed Weight)' (type='price_to_weight'). A price is \n extracted from the barcode, and a new line with the given price, and a\n computed quantity (Price / Unit Price) is added to the current order.\n\n.. image:: /pos_price_to_weight/static/description/barcode_rule.png\n :width: 800 px\n\nThis module is usefull in shops with products scaled, to manage correctly\nstock quantities.\n\nSamples\n\n* Given a product with a unit price of 1,50\u20ac / kg\n* The barcode is 0212345{NNNDD}x where:\n * 02 is the prefix of the barcode rule\n * 12345 is the product number\n * {NNNDD} is the price of the scaled product\n * x is the control digit\n\nif {NNNDD} is 00265, the price is so 2,65\u20ac and the according quantity is \n2,65\u20ac / 1,5 \u20ac/kg = 1,767 kg\n\n.. image:: /pos_price_to_weight/static/description/pos_test_1.png\n :width: 800 px\n\nif {NNNDD} is 00810, the price is so 8,10\u20ac and the according quantity is \n8,10\u20ac / 1,5 \u20ac/kg = 5,400 kg\n\n.. image:: /pos_price_to_weight/static/description/pos_test_2.png\n :width: 800 px\n\n\nConfiguration\n=============\n\n* Go to 'Point of Sale' / 'Configuration' / 'Barcode Nomenclatures'\n* Edit your barcode rules, according to your barcodes settings\n\nUsage\n=====\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/184/9.0\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 smash it by providing detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\nIcon parts come from http://icons8.com\n\nContributors\n------------\n\n* Sylvain LE GAL \n\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.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.lalouve.net/", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo9-addon-pos-price-to-weight", "package_url": "https://pypi.org/project/odoo9-addon-pos-price-to-weight/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odoo9-addon-pos-price-to-weight/", "project_urls": { "Homepage": "http://www.lalouve.net/" }, "release_url": "https://pypi.org/project/odoo9-addon-pos-price-to-weight/9.0.1.0.0/", "requires_dist": [ "odoo (<9.1a,>=9.0a)" ], "requires_python": "", "summary": "Compute weight based on barcodes with prices", "version": "9.0.1.0.0" }, "last_serial": 3995242, "releases": { "9.0.1.0.0": [ { "comment_text": "", "digests": { "md5": "f6267354ed7738242f08b142fe85bf27", "sha256": "60786b5447f5e321123760f0dac564078528cf62b50d83ec0b8a2fa8881082c8" }, "downloads": -1, "filename": "odoo9_addon_pos_price_to_weight-9.0.1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "f6267354ed7738242f08b142fe85bf27", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 92046, "upload_time": "2017-06-09T04:32:43", "url": "https://files.pythonhosted.org/packages/71/85/4c7a2edff6a195f388b006e736350ff63b691b2543a6a04bb367a4e305b7/odoo9_addon_pos_price_to_weight-9.0.1.0.0-py2-none-any.whl" } ], "9.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "67e65417169a4e60452fe7fcb8d24c21", "sha256": "ee374081078fdc36a9162e717fa2527ec171e929dce3d483f9959974ee45be9f" }, "downloads": -1, "filename": "odoo9_addon_pos_price_to_weight-9.0.1.0.0.99.dev1-py2-none-any.whl", "has_sig": false, "md5_digest": "67e65417169a4e60452fe7fcb8d24c21", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 93108, "upload_time": "2017-06-11T04:36:51", "url": "https://files.pythonhosted.org/packages/18/f9/196f30c101e70b06105f3873dd52fc1dc04d7fa624cc04a889b901c8c2a9/odoo9_addon_pos_price_to_weight-9.0.1.0.0.99.dev1-py2-none-any.whl" } ], "9.0.1.0.0.99.dev2": [ { "comment_text": "", "digests": { "md5": "009ba6d090cae4536554ebf6f1973726", "sha256": "7a49eb2e60a4d99db9208b50777ff487176102c148f426914f3109e26cd8430c" }, "downloads": -1, "filename": "odoo9_addon_pos_price_to_weight-9.0.1.0.0.99.dev2-py2-none-any.whl", "has_sig": false, "md5_digest": "009ba6d090cae4536554ebf6f1973726", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 93796, "upload_time": "2018-06-24T04:59:00", "url": "https://files.pythonhosted.org/packages/dc/ef/ebb7f1cd95c383e074a1e47bbf303c6b5b35199751ffb294770b8e4fd951/odoo9_addon_pos_price_to_weight-9.0.1.0.0.99.dev2-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f6267354ed7738242f08b142fe85bf27", "sha256": "60786b5447f5e321123760f0dac564078528cf62b50d83ec0b8a2fa8881082c8" }, "downloads": -1, "filename": "odoo9_addon_pos_price_to_weight-9.0.1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "f6267354ed7738242f08b142fe85bf27", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 92046, "upload_time": "2017-06-09T04:32:43", "url": "https://files.pythonhosted.org/packages/71/85/4c7a2edff6a195f388b006e736350ff63b691b2543a6a04bb367a4e305b7/odoo9_addon_pos_price_to_weight-9.0.1.0.0-py2-none-any.whl" } ] }