bzr revid: fp@tinyerp.com-20121013104324-t7p11vcb6u14z712
This commit is contained in:
Fabien Pinckaers 2012-10-13 12:43:24 +02:00
commit d2bd911c21
2 changed files with 3 additions and 2 deletions

View File

@ -1038,6 +1038,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>

View File

@ -108,7 +108,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">
@ -160,7 +160,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>