Friday, February 13, 2026
2 changes · 18.0
Enhancements to existing features
This update improves the generation of XML files for HR payroll in Croatia (l10n_hr_edi) by streamlining the process and adding more robust testing. Specifically, it addresses issues with tax calculations and API compatibility, ensuring accurate and compliant payroll reporting.
Original PR description
- Improving the ubl_hr method chain to include less overrides in favor of extensions - Adding proper handling of multiple tax total and tax category nodes for hrextac - Refining docstrings and comments for ubl_hr - Adding a test with multiple tax types - Adding a test for account_edi_ubl_cii_tax_extension integration - Adjusting MER methods to correspond to API changes: fiscalization queries are now only available for own documents task-none --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update introduces support for the new NFC-e QR Code v3, mandated by recent regulations in Brazil. Users can now select which QR code version (v2 or v3) to use for their companies, ensuring compliance with evolving industry standards and improving POS order validation.
Original PR description
Purpose: The NT2025.001 v1.02 released QR Code v3 for NFC-e. QR Code v3 should only include the following information: - Access Key - QR Code Version - Type of Enviroment Some states/UFs are starting to enforce the new QR Code v3 and it is mandated for the industry, Produtor Rural(Pessoa Fisica). Both QR Code v2 & v3 will need to be supported. Current Behavior: Only QR Code v2 is supported and is the default. Expected Behavior: The user will have the option to specify which QR Code version for each company in settings. When the user validates a POS order, the appropriate QR code version will be generated. The default version will be QR Code v2. task-5086655