Skip to content
Snippets Groups Projects
Commit ef9fc11d authored by Florent de Labarre's avatar Florent de Labarre Committed by Martin Trigaux
Browse files

[FIX] partner_autocomplete: stop comparing apples and oranges


If no country is specified on a partner, self.country_id is
res.country() and partner_country_code contains res.country(). In the
next line the code was comparing `res.country()` with `'BE'`, raising
a warning.

closes odoo/odoo#53966

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent 8444b476
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment