refactor odoo company type handling
All checks were successful
Tests / test (push) Successful in 27s
All checks were successful
Tests / test (push) Successful in 27s
This commit is contained in:
parent
0ad3e4c6dc
commit
76bc37e3f0
4 changed files with 17 additions and 17 deletions
|
@ -17,9 +17,9 @@ Search is done this way:
|
|||
|
||||
When choosing to add a new billing address, two new records are created in the Odoo `res.partner` model:
|
||||
|
||||
* A record with the field `company_type = company`
|
||||
* A record with the field `is_company = False`
|
||||
* A record with the following field configuration:
|
||||
** `company_type = person`
|
||||
** `is_company = False`
|
||||
** `type = invoice`
|
||||
** `parent_id = company_id`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue