Daily updates from Odoo
Wednesday, June 7, 2023
6 changes
Enhancements to existing features
The Danish financial reports have been updated to match the government’s new chart of accounts. This improves the relevance and compliance of the balance sheet and profit and loss reports, including Danish translations.
Original PR description
The government gave a new COA and so the financial reports needed to be modified, in this PR we have reworked the balance sheet and profit and loss. We also add the according translation. task-id: 3251723
Duplicating a payroll salary structure now also duplicates its related salary rules, reducing manual setup and preventing missing payroll logic. A configurable default rule set replaces hardcoded default rules, giving businesses more control over payroll structure templates.
Original PR description
Prior, when salary structure was duplicated, salary structure rules were not. Moreover, default salary rules were hardcoded, which gave to the user no control over it. After this commit: Duplicating salary structure also involves duplicating salary rules. A new archived "Default Structure Rules Set" is added, which will serve as an default rule set. This mechanism gives user flexibility to alter default rule set, if needed. task - 3302115
The Knowledge app now uses clearer wording in an embedded dialog, asking users what items they want to manage. The dialog layout was also adjusted so the text and input align on one line, making the form easier to read and use.
Original PR description
This commit rewords the embedded dialog form *What do you want to manage ?* to *What items do you want to manage ?* and we also realign the text and input on single line. task-3138759
This update makes the Planning app easier to use by improving the layout of planning details, applying a useful default role filter, and simplifying available actions and fields. These changes reduce clutter and help users focus on the most relevant planning information.
Original PR description
** = sale_planning, web_gantt Purpose of this PR is to improve generic usage of planning app. So in this commit did the following changes: - move the values closer to their field's label. - apply a default filter on the role. - display the 'publish' button in secondary. - hide the create button in dialog. - hide the 'user' and the 'efficiency factor' fields. task-2891738
The Documents and Sign integration is now easier to find by adding a direct link to signing templates in the relevant settings area. This helps users discover and use document signing workflows with less navigation effort.
Original PR description
Make the Sign-Documents integration more discoverable. task-id : 3271323
Users can now download several completed Sign documents in one action instead of handling each file individually. The selected documents are packaged into a ZIP file with separate folders to avoid filename conflicts, saving time for teams managing many signed records.
Original PR description
Allow the user to download multiple sign completed documents at the same time. These document are merged in a zip file where each document is in a folder named by it's request id to ensure unicity of files. task-id : 3323638