Daily updates from Odoo
Monday, July 8, 2024
4 changes
Enhancements to existing features
The rental demo data now presents the meeting room quotation template as "Rent Rooms" and includes a printer as an optional add-on. This makes the sample rental flow clearer and better demonstrates upsell options for rental quotations.
Original PR description
1) Rename 'Meeting room' quotation template to 'Rent Rooms' 2) Add printer as an optional product to the quotation template
Bank statement validation now records a clearer message confirming validation and summarizing the affected accounts and amounts. Resetting a statement line also logs that it was returned to draft, making audit history easier to follow without overly long messages.
Original PR description
At validation, drop a message that indicates the statement line has been validated and summarizes all accounts and amounts in the journal entry. Aggregated the changes of all lines over the accounts to avoid very long validation messages in chatter so we have only, the account and the corresponding amount change. At resetting, drop a message to indicate that the statement line has been reset to Draft. task-3997721
The payslip form layout has been adjusted so the pay period appears below the payroll structure. This creates a more natural flow for payroll users when reviewing or entering payslip information.
Original PR description
This commit reposition the perdiod for the payslips to below the structure to make it more inline with a normal flow task-4004624
Enterprise apps now align with a platform update that shares more information about available views during a user session. This supports consistent behavior across Helpdesk and advanced reporting or planning views such as cohort, gantt, grid, and map.
Original PR description
We adapt the code in enterprise to the changes brought by https://github.com/odoo/odoo/pull/171919