Monday, November 18, 2024
6 changes · master
Enhancements to existing features
Inventory-related screens were adjusted so fields take up space more consistently and layouts look cleaner. Several labels now use the shorter “UoM” wording instead of “Unit of Measure,” making views easier to scan for users.
Original PR description
Before this commit some fields were taking extra space and ruining the UI by breaking uniformity as well as Unit of Measure is used in UI at different views. After this commit uniformity was restored in UI and Unit of Measures was replaced by UoM in the several views of inventory. task - 3770694
This update improves how Odoo handles links between records, such as a meeting and its related contact or document. It helps prevent cases where opening a linked document from a meeting does nothing, improving navigation reliability for users.
Original PR description
This commit stems out of a bug (ref.1) (ref.1) --- [FIX] calendar: use default when res_id is 0 Reproduce --- - -contacts - Open a contact, click on Meetings smart button - Add a meeting -> Edit -> Save (if you din'g click Edit, but save, no bug) - Open created meeting, click on Document smart button -> BUG: no effect opw-4176381
Website menu setup now automatically includes the website designer access group when menus are restricted to specific groups. This reduces manual configuration and helps keep access rules consistent for website administrators.
Original PR description
Simplify the creation of `website.menu` records. If a record has groups, then the group `website.group_website_designer` is added, too.
The default payment reminder email has been refined to make follow-up messages clearer and more polished for customers. The template also uses email-compatible styling so reminders display more reliably across email clients.
Original PR description
This commit slightly improves the default followup email message for payment reminder. task-4245024
Payroll will no longer show a payslip duration warning when the selected salary structure is not configured to use worked day lines. This reduces confusing alerts for payroll teams in setups where that warning is not relevant.
Original PR description
If a structure has the setting 'use_worked_day_lines' set to False, we shouldn't show the warning for the payslip duration. Task: 4300660
The product form layout in Intrastat reporting has been adjusted so fields take up space more consistently. This helps keep the interface cleaner and easier to use when reviewing or editing product-related Intrastat information.
Original PR description
Before this commit some fields were taking extra space and ruining the UI by breaking uniformity After this commit uniformity was restored in UI TaskId - 3794896