Merge PR #475 into 12.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2020-02-18 15:22:36 +00:00

View File

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