Monday, November 6, 2023
7 changes · master
Enhancements to existing features
Demo products in Accounting will keep any specific taxes that were already assigned instead of being overwritten by default company taxes. This makes demo and sample data more accurate for products that need particular tax configurations.
Original PR description
This way we can more easily define products in demo or data that need specific taxes. Description of the issue/feature this PR addresses: 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
Spreadsheet users can now duplicate existing list and pivot views directly from their side panels. This makes it faster to reuse and adapt spreadsheet reports without recreating the same data views from scratch.
Original PR description
Add a button to the list/pivot side panel to duplicate a list/pivot. The list/pivot is created in the model, and can be inserted in a sheet with the "Re-Insert list/pivot" menu item. Task: [3487756](https://www.odoo.com/web#id=3487756&menu_id=4720&cids=1&action=333&active_id=2328&model=project.task&view_type=form) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The timesheet list view now hides an internal sales order line field that business users do not need to see. This keeps the screen cleaner and reduces confusion without changing underlying timesheet or sales processes.
Original PR description
In this commit we made the allowed_so_line field column invisible in list view. Related Enterprise PR : https://github.com/odoo/enterprise/pull/48362 Related Upgrade PR : https://github.com/odoo/upgrade/pull/5221 task-3478920
Expense reports no longer display the attachment file name in the attachment view. This makes the report presentation cleaner and reduces unnecessary file detail for users reviewing expenses.
Original PR description
The goal of this pr is to remove the name of the file on the expense report. task: 3473105 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Gantt view now uses a single dedicated data request instead of two separate calls. This should make schedule and planning pages load more efficiently while keeping the user experience unchanged.
The My Timesheets view now shows the related helpdesk ticket field without duplicating it. This makes timesheet entries clearer for users who track work linked to support tickets.
Original PR description
In this commit we have remove the view hr_timesheet_line_tree_inherit_helpdesk_timesheet because it makes duplicate field and change the ref attribute in inherit field to hr_timesheet_line_tree_my_inherit_helpdesk_timesheet to display ticket field only once. Related Reference PR : https://github.com/odoo/odoo/pull/137651 Related Upgrade PR : https://github.com/odoo/upgrade/pull/5221 task-3478920
Users can now duplicate existing list and pivot elements from the spreadsheet side panel. This makes it easier to reuse reporting structures without rebuilding them from scratch, then insert the copied item into a sheet when needed.
Original PR description
Add a button to the list/pivot side panel to duplicate a list/pivot. The list/pivot is created in the model, and can be inserted in a sheet with the "Re-Insert list/pivot" menu item. Task: [3487756](https://www.odoo.com/web#id=3487756&menu_id=4720&cids=1&action=333&active_id=2328&model=project.task&view_type=form)