Tuesday, August 4, 2026
1 change · saas-19.4
New functionality added to Odoo
Slovak entities are identified by three separate numbers: IČO, IČ DPH and DIČ. The first two are already on res.partner as `company_registry` and `vat`. The DIČ was only defined on res.company by `l10n_sk`, so it could not be recorded for customers and vendors. It identifies Slovak companies on business documents, and Peppol EAS 0245 designates it. With mandatory B2B e-invoicing in Slovakia from January 2027 and Peppol support coming in #275798, it has to live on res.partner. `income_tax_id`
Original PR description
Slovak entities are identified by three separate numbers: IČO, IČ DPH and DIČ. The first two are already on res.partner as `company_registry` and `vat`. The DIČ was only defined on res.company by `l10n_sk`, so it could not be recorded for customers and vendors. It identifies Slovak companies on business documents, and Peppol EAS 0245 designates it. With mandatory B2B e-invoicing in Slovakia from January 2027 and Peppol support coming in #275798, it has to live on res.partner. `income_tax_id` on res.company becomes related to it, mirroring vat and company_registry since they are related as well. Existing values are moved by a post init hook. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#280178