mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] agreement_maintenance: Adding equipment_id field
This commit is contained in:
@@ -39,4 +39,26 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
<record id="agreement_fsm_order_form_view" model="ir.ui.view">
|
||||||
|
<field name="name">agreement.form.fsm.order.view</field>
|
||||||
|
<field name="model">agreement</field>
|
||||||
|
<field
|
||||||
|
name="inherit_id"
|
||||||
|
ref="agreement_serviceprofile.agreement_fsm_order_form_view"
|
||||||
|
/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath
|
||||||
|
expr="//notebook/page/field[@name='serviceprofile_ids']/tree"
|
||||||
|
position="inside"
|
||||||
|
>
|
||||||
|
<field name="equipment_id" />
|
||||||
|
</xpath>
|
||||||
|
<xpath
|
||||||
|
expr="//notebook/page/field[@name='serviceprofile_ids']/form/group//field[@name='product_id']"
|
||||||
|
position="after"
|
||||||
|
>
|
||||||
|
<field name="equipment_id" />
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user