Retrieve parent ID and name in Odoo address lookup

This commit is contained in:
Tobias Kunze 2025-06-15 16:05:20 +02:00
parent 025670c0a4
commit 7a38571c18

View file

@ -16,6 +16,7 @@ ADDRESS_FIELDS = [
"vat",
"company_type",
"type",
"parent_id",
]