[IMP] agreement_serviceprofile

This commit is contained in:
Maxime Chambreuil
2019-08-31 14:47:09 -05:00
parent 683fc3a451
commit a8314fbd2c
7 changed files with 49 additions and 15 deletions

View File

@@ -11,10 +11,21 @@
<field name="serviceprofile_ids">
<tree>
<field name="name"/>
<field name="product_id"/>
</tree>
<form>
<field name="name"/>
<field name="notes" placeholder="Add Notes Here..."/>
<group>
<group>
<field name="name"/>
</group>
<group>
<field name="product_id"/>
</group>
</group>
<group string="Notes">
<field name="notes" nolabel="1"
placeholder="Add notes here..."/>
</group>
</form>
</field>
</page>