Amit Parmar (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-usability-add_relate_button-aar into 
lp:~openerp-dev/openobject-addons/trunk-usability.

Requested reviews:
  Raphael Collet (OpenERP) (rco-openerp)
  Amit (Open ERP) (apa-tiny)
  Amit Parmar (OpenERP) (aar-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-add_relate_button-aar/+merge/69202
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-add_relate_button-aar/+merge/69202
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-usability.
=== modified file 'mrp/mrp_view.xml'
--- mrp/mrp_view.xml	2011-07-19 09:06:02 +0000
+++ mrp/mrp_view.xml	2011-07-26 06:31:52 +0000
@@ -145,7 +145,7 @@
                         <field name="active"/>
                         <field name="resource_type"/>
                         <field name="calendar_id" widget="selection"/>
-                        <field name="company_id" select="1" groups="base.group_multi_company" widget="selection"/>
+                        <field name="company_id" select="1" groups="base.group_multi_company" widget="selection"/> 
                     </group>
                     <notebook colspan="4">
                         <page string="General Information">
@@ -269,7 +269,7 @@
             <field name="type">tree</field>
             <field name="arch" type="xml">
                 <tree string="Routing">
-                    <field name="code"/>
+                    <field name="code"/> 
                     <field name="name"/>
                     <field name="location_id"/>
                     <field name="company_id" groups="base.group_multi_company"/>
@@ -735,7 +735,7 @@
                                        <field name="product_id" readonly="1"/>
                                        <field name="product_qty" readonly="1" string="Qty"/>
                                        <field name="product_uom" readonly="1" string="UOM"/>
-                                       <field name="location_dest_id"  readonly="1" string="Destination Loc." widget="selection"/>
+                                       <field name="location_dest_id"  readonly="1" string="Destination Loc." widget="selection"/> 
                                        <field name="prodlot_id" context="{'product_id': product_id}"/>
                                        <field name="scrapped" invisible="1"/>
                                        <field name="state" invisible="1"/>
@@ -973,6 +973,13 @@
             </field>
         </record>
         <act_window
+            domain="[('product_id', '=', active_id)]"
+            id="act_product_manufacturing_open"
+            name="Manufacturing Orders"
+            view_id="mrp_production_tree_view"
+            res_model="mrp.production"
+            src_model="product.product"/>
+        <act_window
             id="action_product_bom_structure"
             name="Product BoM Structure"
             domain="[('product_id', '=', active_id),('bom_id','=',False)]"

_______________________________________________
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