Daily updates from Odoo
Wednesday, February 25, 2026
2 changes · 19.0
Enhancements to existing features
This update adds the representation of 'page 2 bis' to the 390 boe report format within the Spanish tax reporting module (l10n_es_reports). This enhancement ensures that all required data for Spanish tax filings is accurately included, improving compliance and reporting accuracy.
Original PR description
In this commit: - We are adding representation of page 2 bis to the 390 boe.txt task-5881396 Forward-Port-Of: odoo/enterprise#106861
This update enhances the restaurant order display by allowing users to group preparation cards by course (e.g., Appetizer, Main Course, Dessert). This provides a more organized and intuitive view of the order preparation process, making it easier for staff to manage and track items.
Original PR description
Adds the possibility to organize the preparation display by course instead of a flat list of orders. - Preparation Display: Added 'organize_by_course' boolean field to the configuration model and form view. - Frontend Display: Implemented a new layout that groups order cards under labeled course headers (e.g., "Course 1", "Course 2") when the option is active. task-id: 5969167