feat(workorders): move address to contact and auto-compute zone

This commit is contained in:
Ruslan Bakiev
2026-02-13 18:07:08 +07:00
parent 111afdd885
commit 2b7a9457dd
9 changed files with 71 additions and 54 deletions

View File

@@ -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/>