Friday, June 9, 2023
5 changes · master
Enhancements to existing features
Course and slide sharing screens now only show email sharing when the required email template is configured. This avoids confusing error messages for learners and portal users who cannot resolve configuration issues themselves.
Original PR description
This commit improves the various sharing templates to check if there is a configured mail template before suggesting to share the course/slide by email. Currently the user gets an error message suggesting to configure templates, which is not ideal as the sharing feature can be used by everyone including portal users, that have no idea what that means. Task-3349606
A new menu entry makes city records available directly in the address extension area. This helps users view and manage city data without needing technical access or workarounds.
Original PR description
**Description of the issue/feature this PR addresses:** currently there is no menu to access the data of res.city model. **Current behavior before PR:** missing menu for cities **Desired behavior after PR is merged:** a new menu will be added to display data of res.city model --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Long names in the Portal view now show the trailing dots in the same color as the surrounding text. This creates a more consistent and polished experience when item names are shortened on screen.
Original PR description
Improve the following generic UX - Earlier in Portal view when the name was too long so it ended with ...(triple dots) but this ...(triple dot) was black in the portal but the text was similar to green color - Now this ...(triple dot) will adapt the color of the text before it in the Portal view task-3251721
Accounting reports now store their line grouping threshold directly on each report instead of relying on a shared configuration setting. This makes report behavior easier to manage and more consistent across accounting reports.
Original PR description
Since these commits: - https://github.com/odoo/enterprise/commit/d6e771f1f9ab4440e47188ea24c2fc80f58c2919 - https://github.com/odoo/enterprise/commit/51bc88bdec323035c5d1949a8ab76e2c032b26f2 Several reports were using a config parameter to define a threshold used to group report lines. The goal here is to replace this parameter by a new `prefix_groups_threshold` field on `account.report`. task-3330099 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Updates spreadsheet and document spreadsheet tests to align with a shared naming service. This helps keep spreadsheet-related features reliable as the underlying naming behavior is standardized.