{ "info": { "author": "Akretion,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/license-AGPL--3-blue.png\n :target: https://www.gnu.org/licenses/agpl\n :alt: License: AGPL-3\n\n==================\nStock MTS+MTO Rule\n==================\n\nThis module add a Make To Stock + Make to Order Route.\n\nIf you choose the make to stock + make to order rule instead of the make to\norder route, the creation of a purchase order will depend on the virtual stock.\nThere are 3 cases : \n\n1. The virtual stock of the product is 0 \n => It will act exactly like the make to order route.\n\n2. The virtual stock is equal to the quantity ordered\n => It will act exactly like a make to stock route\n\n3. The virtual stock is more than 0 but less than ordered quantity\n => On part of the products will be taken from stock and a purchase order\n will be created for the rest. So it will act like both make to order and\n make to stock rule.\n\nExample : \nWe have a virtual stock of : 1 product A\nA sale Order is made for 3 products A.\n2 Procurements will be created : \n\n1. 1 with a make to stock rule and a quantity of 1\n\n2. 1 with a make to order rule and a quantity of 2.\n\nAfter validation, a purchase order with 2 products will be created.\n\nConfiguration\n=============\n\nYou have to select 'Use MTO+MTS rules' on the company's warehouse form.\n\nUsage\n=====\n\nYou have to select the mts+mto route on the product form.\nYou should not select both the mts+mto route and the mto route.\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/153/11.0\n\nKnown issues\n============\n\nIf you cancel a delivery order and then recreate it from Recreate\nDelivery Order button in sale order form, then the stock level at the time of\nthe Re-Creation won't be taken into account. So if a purchase order was created\nwhen the sale order was first validated, a similar purchase order will be created\nduring the Re-creation of the delivery order, even if not needed regarding the actual stock.\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\nContributors\n------------\n\n* Florian da Costa \n\nDo not contact contributors directly about support or help with technical issues.\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.akretion.com", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo11-addon-stock-mts-mto-rule", "package_url": "https://pypi.org/project/odoo11-addon-stock-mts-mto-rule/", "platform": "", "project_url": "https://pypi.org/project/odoo11-addon-stock-mts-mto-rule/", "project_urls": { "Homepage": "http://www.akretion.com" }, "release_url": "https://pypi.org/project/odoo11-addon-stock-mts-mto-rule/11.0.1.0.0/", "requires_dist": [ "odoo (<11.1dev,>=11.0a)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "summary": "Add a MTS+MTO route", "version": "11.0.1.0.0" }, "last_serial": 5085716, "releases": { "11.0.1.0.0": [ { "comment_text": "", "digests": { "md5": "51d515941da25e20bc3be4b4549364cc", "sha256": "636dd4a046712a06409d72e497e426e63bc44824a6362ecf7aff71632f74b592" }, "downloads": -1, "filename": "odoo11_addon_stock_mts_mto_rule-11.0.1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "51d515941da25e20bc3be4b4549364cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 34181, "upload_time": "2018-04-18T04:30:23", "url": "https://files.pythonhosted.org/packages/92/5a/d812279ec4451ed0066a68ed2697dcfafa77c277a7982e25c308d563da02/odoo11_addon_stock_mts_mto_rule-11.0.1.0.0-py2.py3-none-any.whl" } ], "11.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "2c3cf7dd390d01d1f3f1922af6ea6a4f", "sha256": "61f04b091599bcd4e640e987a6857567f44502d06f09861b7c733960ac0e9a8a" }, "downloads": -1, "filename": "odoo11_addon_stock_mts_mto_rule-11.0.1.0.0.99.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2c3cf7dd390d01d1f3f1922af6ea6a4f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 36486, "upload_time": "2018-06-22T04:50:57", "url": "https://files.pythonhosted.org/packages/dc/28/b3853dacac9d35f9616a6edb435846f983bd3ca4e1747cd7bc25ac45aaef/odoo11_addon_stock_mts_mto_rule-11.0.1.0.0.99.dev1-py2.py3-none-any.whl" } ], "11.0.1.0.0.99.dev2": [ { "comment_text": "", "digests": { "md5": "b1b66c09550673524f9344ad7d833cbd", "sha256": "de9fa8970f7b4d76ece2ec94f175e6d6cd76e0278fe8320a7470fb3abb38dca1" }, "downloads": -1, "filename": "odoo11_addon_stock_mts_mto_rule-11.0.1.0.0.99.dev2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b1b66c09550673524f9344ad7d833cbd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 43784, "upload_time": "2019-04-03T05:50:41", "url": "https://files.pythonhosted.org/packages/04/7d/4de6e6fd2fbf237b15825df2f1b25c302efd01b1be45f98526ccad3c9a81/odoo11_addon_stock_mts_mto_rule-11.0.1.0.0.99.dev2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "51d515941da25e20bc3be4b4549364cc", "sha256": "636dd4a046712a06409d72e497e426e63bc44824a6362ecf7aff71632f74b592" }, "downloads": -1, "filename": "odoo11_addon_stock_mts_mto_rule-11.0.1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "51d515941da25e20bc3be4b4549364cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 34181, "upload_time": "2018-04-18T04:30:23", "url": "https://files.pythonhosted.org/packages/92/5a/d812279ec4451ed0066a68ed2697dcfafa77c277a7982e25c308d563da02/odoo11_addon_stock_mts_mto_rule-11.0.1.0.0-py2.py3-none-any.whl" } ] }