[DEL] move stock_available_mrp to __unported__

This commit is contained in:
Lionel Sausin
2015-02-27 17:59:13 +01:00
parent 13c845fae7
commit 6cc05a8215
9 changed files with 11 additions and 15 deletions

View File

@@ -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
}

View File

@@ -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")

View File

@@ -15,10 +15,10 @@
<field name="module_stock_available_immediately" class="oe_inline" />
<label for="module_stock_available_immediately" />
</div>
<div>
<!-- <div>
<field name="module_stock_available_mrp" class="oe_inline" />
<label for="module_stock_available_mrp" />
</div>
</div> -->
</div>
</group>
</xpath>