Tuesday, May 11, 2021
5 changes · master
Enhancements to existing features
Project screens now show clearer help text and tooltips so users better understand task reporting, stages, and profitability views. The Field Service app is also made visible in Community editions with the standard upgrade option, helping users discover available business functionality.
Original PR description
Currently, empty help content are not properly added so purpose of the task is to add the proper help content on several menu. So in this commit done the below changes: - Task form view: change the tooltip of the sale_line_id field - Change the empty help content in below menu: - reporting > tasks analysis - Configuration > Stages - Project > Reporting > Project Costs and Revenues - base: The industry_fsm module should show up under Apps in community, with the usual 'upgrade' button TaskID: 2465012
Renaming a website slide will no longer automatically create a link tracker. This reduces unnecessary tracking records while still allowing users to create trackers manually when they need them, since slide statistics remain available.
Original PR description
# Purpose Before, each time the name of a slide was modified then a new link tracker was created. # Specifications After discussion, we agreed to remove the automatic creation of link tracker and let the user creates it manually if he really wants one. The slides already have a lot of statistics that can be used without the need of a link tracker. # Links task-2511961
This update makes it easier to tailor the values used when creating stock return pickings. It gives implementations more flexibility to adapt warehouse return flows to specific business needs without changing the core process.
Original PR description
Before this commit, It was not possible to customize Picking values. With this commit, we add a new method which Prepares to Picking values. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves how mass mailing tracking records connect to related business records. It uses a more appropriate internal link type, which should make tracking data easier to manage and maintain without changing the user workflow.
Original PR description
Description of the issue/feature this PR addresses: Let's make use of Many2oneReference as a better tool to link the model and the id. Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves how several business apps load user access settings during system startup. It helps reduce loading time and supports smoother performance without changing day-to-day user workflows.
Original PR description
Companion of https://github.com/odoo/odoo/pull/70400