You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
659 B
17 lines
659 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
<!-- FORM [INVOICE]-->
|
|
<record id="form_account_invoice_form_inherited" model="ir.ui.view">
|
|
<field name="name">account.invoice.form.inherited</field>
|
|
<field name="model">account.invoice</field>
|
|
<field name="inherit_id" ref="account.invoice_form"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//notebook[1]//tree[1]//field[@name='product_id']" position="attributes">
|
|
<attribute name="string">Service</attribute>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</openerp>
|
|
|
|
|