Daily updates from Odoo
Friday, December 20, 2024
2 changes · 17.0
Enhancements to existing features
This update enhances the speed of quality checks within the MRP system. By adding an index to a key database field, the system now responds more quickly when processing stock movements, leading to faster operations and improved efficiency.
Original PR description
Add missing index on move_line_id to speedup checking the check_ids of a stock_move_line. See community PR for more info https://github.com/odoo/odoo/pull/190479
This update adapts the IMB (Intermediate Management Balances) reports in the French language version of Odoo to align with the company's new Chart of Accounts (COA). This ensures accurate and consistent reporting for financial analysis and decision-making within the French market.
Original PR description
The aim of this commit is adapting the IMB (Soldes Intermédiaires de Gestion) to the new COA. task-4040854 Forward-Port-Of: odoo/enterprise#75373