refactor odoo company type handling
All checks were successful
Tests / test (push) Successful in 27s

This commit is contained in:
Tobias Brunner 2025-07-03 16:43:19 +02:00
parent 0ad3e4c6dc
commit 76bc37e3f0
No known key found for this signature in database
4 changed files with 17 additions and 17 deletions

View file

@ -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`