Wednesday, September 18, 2019
8 changes · master
New functionality added to Odoo
Odoo adds a Consolidation app to help finance teams combine and review accounting information across companies. The update also improves access to related accounts, journals, audit entries, and reports so consolidation users can work with the necessary data more reliably.
Original PR description
Consolidation app
Adds a new accounting app that automatically transfers amounts between selected accounts on a scheduled basis. This helps finance teams automate recurring reallocations, with demo data included to illustrate setup and usage.
Original PR description
Ventilation App bringing two new modules : Ventilation and ventilation demo (no modifications on community) Specs : https://www.odoo.com/web#id=1857935&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720
Adds support for the Chilean F29 tax report, including the report setup, company settings, and a wizard to generate it. This helps Chilean businesses manage required tax reporting directly within Odoo.
Adds a new Consolidation app for accounting teams to combine and analyze financial results across companies or periods. The feature includes consolidation setup, generated accounting entries, trial balance, dashboard, grid, graph, and demo data support, helping finance teams prepare group reporting more efficiently.
Original PR description
Consolidation App bringing two new modules : Consolidation and consolidation demo See also: - PR in Odoo : https://github.com/odoo/odoo/pull/35327 - specs : https://www.odoo.com/web#id=1857935&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720
Enhancements to existing features
Mobile users can now see grouped columns in pivot views, matching the desktop experience. This makes pivot reports more complete and useful on phones and tablets, so users can analyze grouped data while on the go.
Original PR description
In the pivot view, Grouped columns not shown in the mobile devices. It should be displayed same as a desktop because they can be used by the mobile user too. Description of the issue/feature this PR addresses: * Task: https://www.odoo.com/web#id=1945893&action=327&model=project.task&view_type=form&menu_id=4720 * Pad: https://pad.odoo.com/p/r.b6133c4fd9a0c30b310880a1bdd165a9 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
Resolved issues and error corrections
Saving mail templates now ignores rendering errors caused by information that is only available when the email is actually sent. Users will still be warned if a template would render as empty, preventing blank emails without blocking valid template updates.
Original PR description
Commit a094095 introduced a change that would test that template rendering worked for mail templates when they were being saved, this however introduced an issue: when saving from the UI or when updating a module containing mail templates, the context might not contain the elements that are available when sending the e-mail, thus making the rendering crash. However, commit a094095 was supposed to only raise a UserError in case the rendered template was empty, if the rendering itself crashes we should ignore it since it will be handled when sending the mail anyway. This commit makes it so any rendering errors are ignored (like missing keys from the context) and only empty rendered mails will raise a UserError. 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
Forms opened in a pop-up dialog now close automatically after users save or discard their changes. This reduces extra clicks and makes the workflow clearer when editing records in dialogs.
Original PR description
See task https://www.odoo.com/web#id=2049715&action=333&active_id=133&model=project.task&view_type=form&menu_id=4720
This fixes incorrect warning messages shown during Time Off allocation. Users now see the right guidance when allocation rules or limits need attention, reducing confusion for HR teams.
Original PR description
Description of the issue/feature this PR addresses: Issues https://github.com/odoo/odoo/issues/31892 Current behavior before PR: See https://github.com/odoo/odoo/issues/31892 Desired behavior after PR is merged: Correct warning messages for Time off allocation. Closes: https://github.com/odoo/odoo/issues/31892 Cc: @tivisse (Can someone please confirm if this is the correct way to edit .pot ?) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr