Daily updates from Odoo
Friday, August 22, 2025
2 changes · master
New functionality added to Odoo
Managers can now preview an employee's planned shifts before publishing them, making it easier to check schedules in advance. The system reuses existing previews when possible and converts them into real plans when sent, reducing duplicate work and keeping preview and publishing behavior consistent.
Original PR description
Add planning preview functionality with improved planning reuse logic - Introduced a new wizard to preview planning shifts for a selected employee - Created `is_planning_preview` field to flag planning records used only for preview - Reuse existing preview planning if one exists for the same date range, avoiding duplicate records - When sending planning to employees, reuse the preview planning by unflagging `is_planning_preview` - Ensured consistent datetime handling between preview and publish flows on the frontend task-4701095
Adds support for Swedish BBAN, Bankgiro, and Plusgiro payment flows, including XML export files. This helps Swedish businesses process local supplier payments through formats commonly used by Swedish banks.
Original PR description
Enable generic Swedish BBAN and Bankgiro/Plusgiro payments and xml exports. Task: 3814018 Forward-Port-Of: odoo/enterprise#92584 Forward-Port-Of: odoo/enterprise#87850