feat(workorders): move address to contact and auto-compute zone
This commit is contained in:
@@ -96,7 +96,18 @@
|
||||
<group name="requests_placeholder"/>
|
||||
</group>
|
||||
|
||||
<!-- Third row: Communications (full width) -->
|
||||
<!-- Third row: Addresses (full width) -->
|
||||
<group col="1" string="Addresses">
|
||||
<field name="address_ids" nolabel="1" context="{'default_contact_id': id}">
|
||||
<list editable="bottom">
|
||||
<field name="description"/>
|
||||
<field name="latitude"/>
|
||||
<field name="longitude"/>
|
||||
</list>
|
||||
</field>
|
||||
</group>
|
||||
|
||||
<!-- Fourth row: Communications (full width) -->
|
||||
<group col="1" string="Communications">
|
||||
<field name="communication_ids" nolabel="1" context="{'default_contact_id': id}">
|
||||
<list editable="bottom">
|
||||
@@ -107,7 +118,7 @@
|
||||
</field>
|
||||
</group>
|
||||
|
||||
<!-- Fourth row: Calls (full width) - will be added by dsrpt_calls module -->
|
||||
<!-- Fifth row: Calls (full width) - will be added by dsrpt_calls module -->
|
||||
<group col="1" name="calls_section"/>
|
||||
</sheet>
|
||||
<chatter/>
|
||||
|
||||
Reference in New Issue
Block a user