Skip to content

Commit b61dd2c

Browse files
committed
[FIX] account: partner autocomplete
`partner_gid` was missing from `res_company_form_view_onboarding` view which was creating a bug when applying the partner autocomplete. opw-4489441 closes odoo#195000 Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
1 parent ae8d1dd commit b61dd2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/account/views/res_company_views.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
</div>
5353
<group>
5454
<group>
55+
<field name="partner_gid" invisible="1"/>
5556
<field name="vat"/>
5657
<label for="street" string="Address"/>
5758
<div class="o_address_format">

0 commit comments

Comments
 (0)