[FIX] Removed module_stock_planning from config.

bzr revid: vta@openerp.com-20121109115720-dpwdqke5n1an857p
This commit is contained in:
vta vta@openerp.com 2012-11-09 12:57:20 +01:00
parent 4a4fc38d5e
commit c18686212a
2 changed files with 0 additions and 8 deletions

View File

@ -28,10 +28,6 @@ class mrp_config_settings(osv.osv_memory):
_inherit = 'res.config.settings'
_columns = {
'module_stock_planning': fields.boolean('Manage master production shedule',
help ="""This allows to create a manual procurement plan apart of the normal MRP scheduling,
which works automatically based on minimum stock rules.
This installs the module stock_planning."""),
'module_mrp_repair': fields.boolean("Manage repairs of products ",
help="""Allows to manage all product repairs.
* Add/remove products in the reparation

View File

@ -56,10 +56,6 @@
<field name="module_mrp_operations" class="oe_inline"/>
<label for="module_mrp_operations" />
</div>
<div>
<field name="module_stock_planning" class="oe_inline"/>
<label for="module_stock_planning"/>
</div>
</div>
</group>
<separator string="Master Data"/>