add field address for default of the company to equipment in purchase

This commit is contained in:
2022-06-30 08:26:53 -05:00
parent 93f037923b
commit b23e83eb25
5 changed files with 28 additions and 14 deletions

View File

@@ -6,10 +6,10 @@
<field name="company"/>
<label name="location"/>
<field name="location"/>
<label name="party"/>
<field name="party"/>
<label name="party_address"/>
<field name="party_address"/>
<label name="propietary"/>
<field name="propietary"/>
<label name="propietary_address"/>
<field name="propietary_address"/>
<label name="product"/>
<field name="product"/>
<label name="equipment_type"/>

View File

@@ -4,8 +4,8 @@
<tree>
<field name="company"/>
<field name="location"/>
<field name="party"/>
<field name="party_address"/>
<field name="propietary"/>
<field name="propietary_address"/>
<field name="product"/>
<field name="equipment_type"/>
<field name="use"/>

View File

@@ -4,8 +4,12 @@
<xpath
expr="/form/notebook/page[@id='notes']" position="before">
<page string="Equipment" id="equipment">
<label name="address_equipment"/>
<field name="address_equipment"/>
<newline/>
<label name="serial_equipment"/>
<field name="serial_equipment"/>
<newline/>
<label name="refurbish"/>
<field name="refurbish"/>
</page>