Better label on the second tab of PO.

This commit is contained in:
Alexis de Lattre
2014-02-20 17:32:53 +01:00
parent 0c5366420f
commit 9daeeca997

View File

@@ -11,6 +11,9 @@
<record id="purchase_order_form" model="ir.ui.view"> <record id="purchase_order_form" model="ir.ui.view">
<field name="name">usability.purchase.order.form</field> <field name="name">usability.purchase.order.form</field>
<field name="model">purchase.order</field> <field name="model">purchase.order</field>
<!-- high priority because we change the string of a page
and other modules inherit the page using the original string -->
<field name="priority">1000</field>
<field name="inherit_id" ref="purchase.purchase_order_form"/> <field name="inherit_id" ref="purchase.purchase_order_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<notebook position="inside"> <notebook position="inside">
@@ -21,6 +24,9 @@
<field name="invoice_ids" nolabel="1" context="{'form_view_ref': 'account.invoice_supplier_form'}"/> <field name="invoice_ids" nolabel="1" context="{'form_view_ref': 'account.invoice_supplier_form'}"/>
</page> </page>
</notebook> </notebook>
<page string="Incoming Shipments &amp; Invoices" position="attributes">
<attribute name="string">Other Information</attribute>
</page>
</field> </field>
</record> </record>