Daily updates from Odoo
Monday, November 7, 2022
3 changes
Enhancements to existing features
Users now see a warning when they try to merge timesheet entries that are linked to time off, helping prevent accidental changes. The dialog also includes a button to view the related time off records, and a related merge error from the timesheet list view has been fixed.
Original PR description
This PR add redirect warning dialog when user try to merge time off related timesheets and add view time off button in that dialog which redirect user to time off's that are related to that timesheets. task-2888607
Norwegian financial reports now include extra checks to help spot accounts that are missing or incorrectly included. This makes it easier to identify configuration issues early and improves confidence in balance sheet and profit and loss reporting.
Original PR description
In order to detect more quickly and easily misconfiguration in financial reports, we are adding control domains on them which will let us know when there are either missing accounts, or accounts that shouldn't be there. Task id #2585627
Resolved issues and error corrections
Manufacturing orders now follow the selected backorder rule on their operation type, such as never, always, or ask. This makes production backorder handling more predictable and aligned with business configuration.
Original PR description
**Current behavior before PR:** The option on the operation type to select the way in which backorders should be generated (never, always, ask) does not work for the Manufacturing Operation type. **Desired behavior after PR is merged:** The option on the operation type to select the way in which backorders should be generated will work for the Manufacturing Operation type. **Links:** Task-2918994