Daily updates from Odoo
Friday, February 9, 2024
5 changes · master
Enhancements to existing features
When users open Documents from a partner record, the document request form now automatically fills the 'Request to' field with that partner. This saves time and reduces manual entry when requesting documents from customers, vendors, or other contacts.
Original PR description
When reaching Documents from the Documents stat button of a partner, prefill the 'Request to' field with the partner when clicking on Request as there are many chances that we'll ask this partner for a document. task-3688422
Email links for document-related actions now take users to the document kanban view instead of the basic form view. This gives them immediate access to tools like preview, inspector, and PDF manager so they can complete the requested action more easily.
Original PR description
Purpose ======= When you receive an e-mail about an action to be carried out on a document, the link in the message points to the document's form view. Unfortunately, this view doesn't allow you to access some functionalities that would enable you to perform the requested action: the preview, the inspector, the pdf manager... But the kaban view does. Specifications =========== When users click on the link they are redirected to the kanban view, previewing the document to be processed. task-3476017
HR dashboards for employees, payroll, and recruitment have been updated to present information more clearly and usefully. This helps HR teams review workforce, compensation, and referral-related data more efficiently for day-to-day decisions.
Original PR description
*: contract,payroll Task: 3640195
A new automated test was added to confirm that Field Service task grouping by assigned user continues to work after shared logic was introduced with Project. This helps reduce the risk of regressions in planning and task management views without changing day-to-day user behavior.
Original PR description
The user_id group expand implementation was changed recently in order for the field service and the project apps to share implementations. There is a test for the project's functionality but no tests for the field service functionality and thus a new test was added for it. task-3696707
The Norwegian Balance Sheet and Profit & Loss reports have been aligned with the latest official Norwegian chart of accounts. This helps businesses produce statutory financial reports that reflect current Norwegian reporting standards.
Original PR description
The Norwegian COA have been updated according to the official COA https://github.com/Skatteetaten/saf-t/blob/master/General%20Ledger%20Standard%20Accounts/CSV/General_Ledger_Standard_Accounts_4_character.csv This commit aims at updating the current l10n_no_reports Balance Sheet and Profit & Loss to match with the new CoA task-id: 2716886 community-PR: https://github.com/odoo/odoo/pull/132032