Thursday, December 28, 2023
4 changes · 17.0
Resolved issues and error corrections
The review text box on course pages now clearly shows its border when users add or edit a review. This small visual fix helps users understand where to enter their feedback and improves the review experience.
Original PR description
**Steps to Reproduce** 1. Go to website slides. 2. Open any Course. 3. Click on 'Add a review' or 'Edit your review'. -> Message box border is not visible. **After this PR** The message box border is visible now. Task-3623765
Website users can duplicate pages from the page list again, with a prompt to choose a page name first. This helps prevent duplicate pages from accidentally reusing the same URL, avoiding publishing conflicts and confusion.
Original PR description
Since [1] page duplication was disabled because it caused an issue when the same URL was used several times. This commit runs through the `DuplicatePageDialog` to obtain a page name when duplications are requested from the pages list. [1]: https://github.com/odoo/odoo/commit/f57b92a8de4e3546df8b93655cea002b70d496da task-3640878
The inventory valuation report now shows the Total Value column by default and keeps the Remaining Value column hidden unless users choose to display it. This corrects the report layout so business users see the most relevant valuation information immediately.
Original PR description
**Steps to reproduce the bug:** Go to inventory > reporting > valuation The total value is hidden and the remaining is shown **Solution:** displaying total value as optional show and remaining_value as optional hidden opw-3644799
Fixed the email headers that are sent to applicants and employees when sharing job offers. Previously, the system displayed technical backend names that weren't appropriate for external recipients. Now emails will show a clearer, more professional header format: "Company : Job Offer - Employee/Applicant".
Original PR description
Previously, when sending mails to applicants or employees, an automatic mail header would be constructed with the display name of offers, that name is useful on backend but should not be displayed to employees, from now we will display the following header : Company : Job Offer - Employee/Applicant task-3619099 Forward-Port-Of: odoo/enterprise#53318