[IMP] Base partner fields compute on folio&reservation

This commit is contained in:
Dario Lodeiros
2021-06-19 10:02:06 +02:00
parent 6581d0fd38
commit ce4063c735
11 changed files with 119 additions and 49 deletions

View File

@@ -11,7 +11,7 @@
>
<div
t-field="doc.partner_invoice_ids[0]"
t-options='{"widget": "contact", "fields": ["address", "name", "phone"], "no_marker": True, "phone_icons": True}'
t-options='{"widget": "contact", "fields": ["address", "name", "mobile"], "no_marker": True, "phone_icons": True}'
/>
</t>
</div>