Monday, March 2, 2020
3 changes · master
Enhancements to existing features
This update improves how Field Service and Project apps share views and reporting behavior, including fixes to project report grouping and project overview actions. It also supports better task and material linking workflows, helping teams manage field service work more consistently.
Original PR description
Description of the issue/feature this PR addresses: Provides several improvements to the fsm applications such as - renaming - makig some project fields required - altering demo data - technical improvements - wizards to link material to tasks and projects 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
Employees get a new dashboard in My Expenses to make expense tracking and document upload easier. This improves visibility into expense status and helps users manage their expense reports more efficiently.
Original PR description
taskID: 2198487 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now activate or deactivate many records directly from the read-only form view, without first switching into edit mode. This reduces clicks for routine record management across multiple Odoo apps and settings areas.
Original PR description
Purpose Currently, to activate/deactivate records with the 'active' checkbox of their form view, the user has to switch to edit mode first. The goal of this task is to allow the user to activate/deactivate records from the readonly version of the form view. In the form views, set widget='boolean_toggle' on the 'active' field in form view. LINKS PR: #46567 TaskID: 2206794 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr