Monday, December 22, 2025
2 changes · master
New functionality added to Odoo
This update introduces a new model for managing VoIP extensions within the Odoo Enterprise system. It includes access controls, sample data for demonstration, and user-friendly views for easy configuration. This enhancement improves the flexibility and usability of VoIP extension management.
Original PR description
Introduce the voip.extension model with access rights, demo data, and list/form views, and wire it into the module init. task-5343969
This update adds the ability to generate Peruvian 5th and 6th Inventory and Balance reports within the general ledger. These reports require specific data from account and company settings, and are generated using direct SQL queries for efficiency. This enhancement supports Peruvian accounting requirements.
Original PR description
Adding 'Inventory and Balance' export option to the Peruvian general ledger report, and fields required for these reports to account_account and res_company. Report lines are handled with direct SQL queries since no UI display is required for this one, and some elements needed are outside of the scope of the usual reports model. task-4057152 Forward-Port-Of: odoo/enterprise#89744