Daily updates from Odoo
Tuesday, December 16, 2025
1 change · 18.0
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