Navigate
Branch
Thursday, October 18, 2018
5 changes
Enhancements to existing features
Mass mailing campaigns can now show when recipient emails bounce, making campaign results more accurate and easier to act on. This helps teams identify invalid addresses, improve list quality, and better understand delivery performance.
Original PR description
Task: https://www.odoo.com/web?#id=1838645&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 PAD: https://pad.odoo.com/p/r.349585484caf80a989b75f13f9e6ca68 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Kanban boards now hide options to create, edit, or delete stages when the user does not have the required access rights. This prevents users from seeing actions they cannot complete, making the interface clearer and reducing permission-related errors.
Original PR description
Hiding edit stage and delete option for kanban stages when user have no access for edit and delete on record model. Task: https://www.odoo.com/web#id=28333&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.5da0b11eef002bb5f3943d84f3f3b80e -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves the employee tags form by adding the standard form layout container. It makes the screen more consistent with other employee-related pages and helps ensure a cleaner user experience.
Original PR description
Description of the issue/feature this PR addresses: Not perfectly created view. Current behavior before PR: The employee tags form view has no `<sheet>` set. Desired behavior after PR is merged: The employee tags form view has a `<sheet>` set. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change updates an internal method used by Marketing Automation when handling mass mailing statistics. It helps keep campaign tracking behavior aligned with the latest platform logic, with no expected disruption for end users.
Original PR description
Task: https://www.odoo.com/web?#id=1838645&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 PAD: https://pad.odoo.com/p/r.349585484caf80a989b75f13f9e6ca68
Code cleanup and technical improvements
The invoice extraction module’s front-end code was reorganized to better follow development standards, making it easier to maintain over time. Users also get small interface improvements, including clearer active button styling on printed invoices and buttons that hide appropriately when switching to read-only mode.
Original PR description
The JS of this module has been re-written in order to follow JS guidelines. Also, this commit makes the following small improvements: - 'active' button style on top of printed invoice - buttons disappear when toggling mode from 'edit' to 'readonly' Task-ID 1895515