Thursday, May 9, 2024
2 changes · master
Enhancements to existing features
Portal users viewing shared project tasks can now see how long tasks spend in each stage, matching information already available to internal users. Project stage displays also use the duration-aware status bar when enabled, giving external collaborators clearer progress context.
Original PR description
-In the backend view, internal user can view the duration on each stage but in the form view of project sharing, portal user only see stage and can't see the duration between them. This commit apply the duration for portal user view -The 2nd commit change statusbar to statusbar_duration for stage of project in case we have enabled it --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Inventory records now use the date products actually arrive at the warehouse, rather than another movement-related date. This helps businesses keep more accurate stock aging, valuation, and traceability information.
Original PR description
Discussion in https://github.com/odoo/odoo/issues/54557 and https://github.com/odoo/odoo/pull/55111 (back from v12). --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr