Amit Patel (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-addons13-warehouse-apa into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons13-warehouse-apa/+merge/127999
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons13-warehouse-apa/+merge/127999
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-addons13-warehouse-apa.
=== modified file 'mrp/mrp_view.xml'
--- mrp/mrp_view.xml 2012-09-30 14:16:53 +0000
+++ mrp/mrp_view.xml 2012-10-04 12:41:05 +0000
@@ -1037,6 +1037,7 @@
<record model="ir.actions.act_window" id="product_open_bom">
<field name="context">{'default_product_id': active_id, 'search_default_product_id': active_id}</field>
<field name="name">Bill of Materials</field>
+ <field name="domain">[('bom_id','=',False)]</field>
<field name="res_model">mrp.bom</field>
</record>
=== modified file 'product/product_view.xml'
--- product/product_view.xml 2012-09-30 14:16:38 +0000
+++ product/product_view.xml 2012-10-04 12:41:05 +0000
@@ -135,7 +135,7 @@
<field name="uom_po_id"/>
</group>
</group>
- <separator string="Notes for Suppliers"/>
+ <separator string="Description for Suppliers"/>
<field name="description_purchase" placeholder="This note will be displayed on requests for quotation..."/>
</page>
<page string="Inventory" groups="base.group_user">
@@ -197,7 +197,7 @@
<field name="name"/>
</form>
</field>
- <separator string="Notes on Quotations"/>
+ <separator string="Description for Quotations"/>
<field name="description_sale" placeholder="note to be displayed on quotations..."/>
</page>
</notebook>
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml 2012-10-02 20:40:23 +0000
+++ stock/stock_view.xml 2012-10-04 12:41:05 +0000
@@ -1119,7 +1119,7 @@
<field name="model">stock.move</field>
<field eval="8" name="priority"/>
<field name="arch" type="xml">
- <tree colors="grey:state == 'cancel';red:(state not in ('cancel','done')) and date > current_date" string="Moves" editable="top">
+ <tree colors="grey:state == 'cancel';red:(state not in ('cancel','done')) and date > current_date" string="Moves">
<field name="name"/>
<field name="picking_id" string="Reference"/>
<field name="origin"/>
_______________________________________________
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