Daily updates from Odoo
Tuesday, December 16, 2025
2 changes
1 change
New functionality added to Odoo
This update enhances the Odoo Enterprise platform by adding type definitions for the SIP.js library. These definitions improve code reliability and maintainability, ensuring better integration and development of VoIP functionality within Odoo. This change primarily supports internal development and improves the overall quality of the Odoo Enterprise codebase.
Original PR description
odoo/odoo#240058
1 change
New functionality added to Odoo
This update adds comprehensive unit tests for how actions are ordered and executed within Odoo's document management system. These tests ensure that actions can be enabled in the correct sequence, improving the reliability and functionality of document workflows. This change supports ongoing development and quality assurance efforts.
Original PR description
Purpose ======= Add unit tests about the `ir.embedded.actions` and `ir.actions.server`. Check that we can set the order in the interface by enabling some actions before others. Task-4216195