Monday, November 6, 2023
4 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
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 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