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