feat(workorders): move address to contact and auto-compute zone
This commit is contained in:
@@ -38,6 +38,11 @@ class Contact(models.Model):
|
||||
'contact_id',
|
||||
string='Events'
|
||||
)
|
||||
address_ids = fields.One2many(
|
||||
'dsrpt.contact.address',
|
||||
'contact_id',
|
||||
string='Addresses'
|
||||
)
|
||||
# call_ids moved to dsrpt_calls module to avoid circular dependencies
|
||||
|
||||
# Computed fields
|
||||
|
||||
Reference in New Issue
Block a user