Tuesday, July 30, 2019
5 changes · master
Enhancements to existing features
The documentation has been cleaned up to remove references to older Odoo API decorators that are no longer supported or recommended. This helps developers follow current guidance and reduces confusion when building or maintaining Odoo customizations.
Original PR description
Description of the issue/feature this PR addresses: Remove `api.multi` calls, since it has been deprecated Addition of https://github.com/odoo/odoo/commit/4b38cc6590abcb58a0ca102a06063eb3db7ac1f4 Current behavior before PR: Outdated decorators Desired behavior after PR is merged: No longer the outdated decorators -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The CRM app menu is simplified by removing the duplicate Leads submenu in the default setup. When website lead scoring is installed, the submenu still appears where it is useful, keeping that workflow unchanged.
Original PR description
By default the main Leads menu doesn't have a submenu anymore But when the website_crm_score module is installed, it appears as a submenu like before Task ID : 2031626 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The CRM navigation has been cleaned up so the main Leads menu no longer shows a duplicate submenu by default. If website lead scoring is installed, the Leads submenu remains available as before, keeping that workflow unchanged.
Original PR description
By default the main Leads menu doesn't have a submenu anymore But when the website_crm_score module is installed, it appears as a submenu like before Task ID : 2031626
Follow-up reports now make it easier to identify which customer or partner is missing an email address. This helps users quickly correct contact details before sending payment reminders or other follow-up communications.
Original PR description
To help the user to know which partner needs an email address. opw:2041864
Dashboard pie charts have been adjusted to match recent graph view improvements. This keeps dashboards visually consistent and helps users read chart information more clearly.
Original PR description
The PR https://github.com/odoo/odoo/pull/33910 brings new changes to the graph view. This commit adapts the SCSS code of the dashboard view in consequence.