This commit is contained in:
parent
a3011444ec
commit
adda59fe7f
3 changed files with 28 additions and 1 deletions
|
@ -148,7 +148,7 @@ class BillingEntity(ServalaModelMixin, models.Model):
|
|||
# Odoo IDs are nullable for creation, should never be null in practice
|
||||
# The company ID points at a record of type res.partner with company_type=company
|
||||
# The invoice ID points at a record of type res.partner with company_type=person,
|
||||
# type=invoic, parent_id=company_id (the invoice address).
|
||||
# type=invoice, parent_id=company_id (the invoice address).
|
||||
odoo_company_id = models.IntegerField(null=True)
|
||||
odoo_invoice_id = models.IntegerField(null=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue