diff --git a/stock_available_mrp/__init__.py b/__unported__/stock_available_mrp/__init__.py similarity index 100% rename from stock_available_mrp/__init__.py rename to __unported__/stock_available_mrp/__init__.py diff --git a/stock_available_mrp/__openerp__.py b/__unported__/stock_available_mrp/__openerp__.py similarity index 80% rename from stock_available_mrp/__openerp__.py rename to __unported__/stock_available_mrp/__openerp__.py index aaba2b727..0374c7382 100644 --- a/stock_available_mrp/__openerp__.py +++ b/__unported__/stock_available_mrp/__openerp__.py @@ -24,11 +24,6 @@ 'author': u'Numérigraphe', 'category': 'Hidden', 'depends': ['stock_available', 'mrp'], - 'description': """ -This module takes the potential quantities available for Products in account in -the quantity available to promise, where the "Potential quantity" is the -quantity that can be manufactured with the components immediately at hand, -following a single level of Bill of Materials.""", 'data': [ 'product_view.xml', ], @@ -36,4 +31,5 @@ following a single level of Bill of Materials.""", 'test/potential_qty.yml', ], 'license': 'AGPL-3', + 'installable': False } diff --git a/stock_available_mrp/i18n/fr.po b/__unported__/stock_available_mrp/i18n/fr.po similarity index 100% rename from stock_available_mrp/i18n/fr.po rename to __unported__/stock_available_mrp/i18n/fr.po diff --git a/stock_available_mrp/i18n/stock_available_mrp.pot b/__unported__/stock_available_mrp/i18n/stock_available_mrp.pot similarity index 100% rename from stock_available_mrp/i18n/stock_available_mrp.pot rename to __unported__/stock_available_mrp/i18n/stock_available_mrp.pot diff --git a/stock_available_mrp/product.py b/__unported__/stock_available_mrp/product.py similarity index 100% rename from stock_available_mrp/product.py rename to __unported__/stock_available_mrp/product.py diff --git a/stock_available_mrp/product_view.xml b/__unported__/stock_available_mrp/product_view.xml similarity index 100% rename from stock_available_mrp/product_view.xml rename to __unported__/stock_available_mrp/product_view.xml diff --git a/stock_available_mrp/test/potential_qty.yml b/__unported__/stock_available_mrp/test/potential_qty.yml similarity index 100% rename from stock_available_mrp/test/potential_qty.yml rename to __unported__/stock_available_mrp/test/potential_qty.yml diff --git a/stock_available/res_config.py b/stock_available/res_config.py index 7d4355df7..77d32b388 100644 --- a/stock_available/res_config.py +++ b/stock_available/res_config.py @@ -31,11 +31,11 @@ class StockConfig(models.TransientModel): "available to promise.\n" "This installs the module stock_available_immediately.") - module_stock_available_mrp = fields.Boolean( - string='Include the production potential', - help="This will add the quantities of goods that can be " - "immediately manufactured, to the quantities available to " - "promise.\n" - "This installs the module stock_available_mrp.\n" - "If the module mrp is not installed, this will install it " - "too") +# module_stock_available_mrp = fields.Boolean( +# string='Include the production potential', +# help="This will add the quantities of goods that can be " +# "immediately manufactured, to the quantities available to " +# "promise.\n" +# "This installs the module stock_available_mrp.\n" +# "If the module mrp is not installed, this will install it " +# "too") diff --git a/stock_available/res_config_view.xml b/stock_available/res_config_view.xml index d4f378fb8..b13eb7f78 100644 --- a/stock_available/res_config_view.xml +++ b/stock_available/res_config_view.xml @@ -15,10 +15,10 @@