Daily updates from Odoo
Tuesday, August 4, 2026
3 changes
1 change
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
2 changes
New functionality added to Odoo
Indian payroll users can now choose ENet as a payment export format and generate the required CSV file from the payroll payment wizard. This makes it easier to prepare salary payment files for banks or payment workflows that use ENet.
Original PR description
This PR adds: - a new `export_format` option as "ENet", and its payment methods - if "ENet" is selected, you can generate ENet CSV using the wizard Task-4585620
The Japanese reporting module now includes statutory Balance Sheet and Profit & Loss statements tailored to local presentation requirements. This helps businesses in Japan prepare required financial reports more directly from their existing chart of accounts setup.
Original PR description
Add the Japanese statutory financial statements (Balance Sheet and Profit & Loss), laid out to the local presentation and driven by the account types and tags from the chart of accounts. task-6271211