odoo/enterprise#86089
Created by Marketing, Thibault Delavallee (tde)
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 768s)
- Linked pull requests
- label
- odoo-dev:master-rem-base-sayonara-company-type-yagp
- head
- 781e6d0adfcb759bcd1a6445db757586a0b020b1
odoo/odoo | odoo/enterprise | odoo/upgrade | odoo/upgrade-util | |
---|---|---|---|---|
master | #211043 missing statuses missing r+ | #86089 missing statuses missing r+ | #7724 missing statuses missing r+ | #290 missing statuses missing r+ |
[REF] base: remove 'company_type'
This PR removes the company_type
field, which was previously used to distinguish
between 'Person' and 'Company' contacts.
The goal is to simplify the contact form and model by eliminating this distinction, as part
of an effort to streamline and simplify the contact information structure.
l10n_br*
: Now considers a partner a company if their identification type is CNPJ
l10n_co*
: Now considers a partner a company if their identification type is RUT
l10n_*
: general : removed is_company
/ company_type
from demo/tests
This change is in line with the broader initiative to remove legacy fields and make the model
more straightforward as possible.
It had a good run — well, not really — but it's dead for good now.
See - odoo/odoo#211043