mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]14.0-pms_api_rest: documentCountryId field in partner datamodel
This commit is contained in:
@@ -260,6 +260,7 @@ class PmsPartnerService(Component):
|
||||
documentSupportNumber=document_support_number
|
||||
if document_support_number
|
||||
else None,
|
||||
documentCountryId=doc_number.country_id.id if doc_number.country_id else None,
|
||||
vatNumber=partner.vat
|
||||
if partner.vat
|
||||
else partner.aeat_identification
|
||||
|
||||
Reference in New Issue
Block a user