Tuesday, October 31, 2023
3 changes · master
Enhancements to existing features
This update makes two existing web tour helpers available for reuse in other parts of the system. It helps developers build custom interactions, such as drag-and-drop guided tours, more easily while keeping the change internal and low risk.
Original PR description
Add export to 'getDifferentParents' and 'triggerPointerEvent'. It is useful for creating a custom drag and drop for example. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The warehouse barcode reference PDF now includes the return action barcode, making it easier for staff to access return workflows from printed materials. This helps reduce confusion and supports smoother stock handling operations.
Financial report setup is now easier to manage because report lines are shown in their hierarchy. Users can move or delete a parent line together with all of its child lines, reducing manual work and the risk of inconsistent report structures.
Original PR description
The goal of this task is to make the creation and edition of reports easier. Now, the report edition page: * show the lines with hierarchy * allows the user to drag and drop a parent line and all its children at the same time * allows the user to delete a parent line and all its children at the same time To do that we created a new widget `account_report_x2many` that overrides the `x2ManyFiled` used in the view.