Ravish Murari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-usability2-add_user_id_mrp-rmu into
lp:~openerp-dev/openobject-addons/trunk-usability2.
Requested reviews:
Amit (Open ERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability2-add_user_id_mrp-rmu/+merge/79085
Hello sir
I have done require task.
Thanks
Ravish
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability2-add_user_id_mrp-rmu/+merge/79085
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-usability2.
=== modified file 'mrp/mrp.py'
--- mrp/mrp.py 2011-10-02 17:31:16 +0000
+++ mrp/mrp.py 2011-10-12 09:31:31 +0000
@@ -467,7 +467,7 @@
'bom_id': fields.many2one('mrp.bom', 'Bill of Material', domain=[('bom_id','=',False)], readonly=True, states={'draft':[('readonly',False)]}),
'routing_id': fields.many2one('mrp.routing', string='Routing', on_delete='set null', readonly=True, states={'draft':[('readonly',False)]}, help="The list of operations (list of work centers) to produce the finished product. The routing is mainly used to compute work center costs during operations and to plan future loads on work centers based on production plannification."),
-
+ 'user_id':fields.many2one('res.users', 'Responsible'),
'picking_id': fields.many2one('stock.picking', 'Picking list', readonly=True, ondelete="restrict",
help="This is the internal picking list that brings the finished product to the production plan"),
'move_prod_id': fields.many2one('stock.move', 'Move product', readonly=True),
=== modified file 'mrp/mrp_view.xml'
--- mrp/mrp_view.xml 2011-10-02 17:31:16 +0000
+++ mrp/mrp_view.xml 2011-10-12 09:31:31 +0000
@@ -777,6 +777,7 @@
<field colspan="4" name="product_lines" nolabel="1" widget="one2many_list"/>
</page>
<page string="Extra Information">
+ <field name="user_id"/>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>
<field name="priority" groups="base.group_extended"/>
<newline/>
_______________________________________________
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