mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[DEL] move stock_available_mrp to __unported__
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user