[FIX] agreement_legal: Remove domain from partner_id field in view.

TT32325
This commit is contained in:
Víctor Martínez
2021-10-06 13:07:52 +02:00
parent 7875fce714
commit f57fefbbc2

View File

@@ -140,7 +140,6 @@
<div class="o_address_format">
<field
name="partner_id"
domain="['|',('customer', '=', True),('supplier', '=', True)]"
context="{'show_address': 1}"
options="{&quot;always_reload&quot;: True}"
/>