Friday, December 29, 2023
5 changes · master
Enhancements to existing features
New automated tests cover key product catalog actions in field service sales and stock flows, including adding or removing items, quantity changes, delivery limits, and tracked product handling. This improves confidence that technicians can manage products correctly during field service work and reduces the risk of regressions.
Original PR description
Task-3556253 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Referral applicant cards now display their status using ribbons instead of small tags, making the status clearer and more consistent with other Odoo views. The “In progress” status label was shortened to “Ongoing” so it fits better in the new ribbon design.
Original PR description
Currently we show the status of the applicant as a simple tag on the top right of the kanban view. However, at Odoo we normally use ribbons for these cases. This commit improves the kanban view of the applicant by switching from tags to ribbons task-3621480
The rental shop filters now show meaningful placeholder text instead of a simple dash. This helps shoppers understand what each filter is for, such as fabric, duration, or rental period, making product filtering easier and clearer.
Original PR description
Before this PR, The website's shop page features selection fields that serve as filters, including options like 'Fabric', 'Duration', and 'Rental Period' for date range selection. However, these filters have placeholders in the form of '-' which are not beneficial to users. In this PR, Placeholders are added to the different selection fields. task-3369849
Features or functions removed from Odoo
An unused project task date warning component was removed from the Project app. This cleanup reduces unnecessary code and helps keep the system easier to maintain without changing user-facing behavior.
Original PR description
This commit removes `task_confirm_date_end_with_warning` widget because that widget is no longer used in the codebase.
Miscellaneous changes
Currently, the polish chart of account is not up to date and is therefore underused by user since it is not relevant. This PR goes with a community PR which goal is to update the chart of accounts and account groups. Because of this change, financial reports have to be updated too so they match the new chart. Adding this, the financial reports should be relevant and match the new chart of accounts. --- task-3332731 Forward-Port-Of: odoo/enterprise#52874
Original PR description
Currently, the polish chart of account is not up to date and is therefore underused by user since it is not relevant. This PR goes with a community PR which goal is to update the chart of accounts and account groups. Because of this change, financial reports have to be updated too so they match the new chart. Adding this, the financial reports should be relevant and match the new chart of accounts. --- task-3332731 Forward-Port-Of: odoo/enterprise#52874