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.
 
 
 

27 lines
1009 B

<?xml version="1.0"?>
<odoo>
<!-- Agreement Form View -->
<record model="ir.ui.view" id="agreement_form_view">
<field name="name">Agreement Form</field>
<field name="model">agreement</field>
<field name="inherit_id" ref="agreement.partner_agreement_form_view"/>
<field name="arch" type="xml">
<xpath expr="//notebook/page[@name='products']/group"
position="after">
<group string="Service Profiles">
<field name="serviceprofile_ids" nolabel="1">
<tree>
<field name="name"/>
<field name="profile_type"/>
<field name="equipment_id"/>
<field name="product_id"/>
<field name="fsm_location_id"/>
</tree>
</field>
</group>
</xpath>
</field>
</record>
</odoo>