Daily updates from Odoo
Tuesday, February 3, 2026
1 change · 18.0
New functionality added to Odoo
This update introduces a new field for 'CPV code' on products within Odoo, addressing a requirement for B2C invoices in Romania. The module now allows users to input this code, which is then included in the RO-CIUS XML generated for invoices, ensuring compliance with local regulations. This change improves data accuracy for Romanian business transactions.
Original PR description
In This PR: - We add a new module to add a new field 'CPV code' in the product. - Till now, in Odoo, customers can't input that CPV identification number on products, and the field is always left empty. That's an issue with B2C invoices, where the field is mandatory. - If the module is installed and a product with a CPV category is set on an invoice, we add the value of the CPV code in the RO-CIUS XML generated on an invoice. Task [link](https://www.odoo.com/odoo/project.task/5416833) task-5416833 Forward-Port-Of: odoo/odoo#240219