[DEL] move stock_available_sale to __unported__

This commit is contained in:
Lionel Sausin
2015-02-27 18:03:21 +01:00
parent bd3c969bfc
commit 99575b0661
8 changed files with 7 additions and 7 deletions

View File

@@ -31,13 +31,13 @@ class StockConfig(models.TransientModel):
"available to promise.\n"
"This installs the module stock_available_immediately.")
module_stock_available_sale = fields.Boolean(
string='Exclude goods already in sale quotations',
help="This will subtract quantities from the sale quotations from "
"the quantities available to promise.\n"
"This installs the modules stock_available_sale.\n"
"If the modules sale and sale_delivery_date are not "
"installed, this will install them too")
# module_stock_available_sale = fields.Boolean(
# string='Exclude goods already in sale quotations',
# help="This will subtract quantities from the sale quotations from "
# "the quantities available to promise.\n"
# "This installs the modules stock_available_sale.\n"
# "If the modules sale and sale_delivery_date are not "
# "installed, this will install them too")
# module_stock_available_mrp = fields.Boolean(
# string='Include the production potential',