Rajesh Prajapati (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-week44_mrp-rpr into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-week44_mrp-rpr/+merge/133616

Hello

       Removed traceback on mrp configuration.


Thanks
Rajesh.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-week44_mrp-rpr/+merge/133616
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-week44_mrp-rpr.
=== modified file 'mrp/res_config.py'
--- mrp/res_config.py	2012-10-31 07:05:17 +0000
+++ mrp/res_config.py	2012-11-09 05:49:23 +0000
@@ -28,10 +28,6 @@
     _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

=== modified file 'mrp/res_config_view.xml'
--- mrp/res_config_view.xml	2012-10-31 07:05:17 +0000
+++ mrp/res_config_view.xml	2012-11-09 05:49:23 +0000
@@ -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"/>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to