[IMP] Remove error on opening Manufacturing in Serttings
authorHiral Patel (OpenERP) <hip@tinyerp.com>
Tue, 6 Nov 2012 13:07:48 +0000 (18:37 +0530)
committerHiral Patel (OpenERP) <hip@tinyerp.com>
Tue, 6 Nov 2012 13:07:48 +0000 (18:37 +0530)
bzr revid: hip@tinyerp.com-20121106130748-7009kl6x3xp3rv90

addons/mrp/res_config.py
addons/mrp/res_config_view.xml

index c1712b8..ec3deb5 100644 (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
index 6b4058f..2c70473 100644 (file)
                                 <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"/>