Tuesday, November 26, 2019
8 changes · master
Enhancements to existing features
The accounting reversal wizard is updated to more reliably track the selected entries or invoices and avoid relying on hidden context data. Users also get clearer guidance that reversing invoices or bills will create refunds, reducing confusion during accounting operations.
Original PR description
Task [2085023](https://www.odoo.com/web#id=2085023&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720) * Add a field that replaces the context to get the ids of the entries/invoices * Add text to explain invioces/bills will create refunds 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 default logging setup now applies logging levels more consistently across the system, reducing the chance that unwanted messages appear despite stricter settings. The partner merge process also now uses the correct Odoo logging structure, making its messages easier to manage and monitor.
Original PR description
* the logger of the partner merge wizard should be rooted in the "odoo" logger not "base" * improve the default logging configuration so standard levels setup (e.g. `--log-level=warn`) is applied to the root logger, not separately to the intermediate "odoo" and "werkzeug" ones (thereby ensuring loggers will fall through the cracks and appear at INFO despite e.g. currently logging as ERROR)
This update lets website customization hide a specific technical suffix from view names. It makes the customization interface cleaner and easier to understand for users managing website views.
Original PR description
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
Odoo's import tool can now handle Excel files with multiple sheets by letting users choose which sheet to import. This reduces manual preparation work when spreadsheets contain several tables, while still selecting the first sheet by default.
Original PR description
Excel can store data in multiple tables, each is called a sheet. Odoo was only importing the first sheet making the process to import a file containing multiple sheets cumbersome. It is now possible to select the sheet in the import options. Task: 2043768
Adds the GST101A tax return report to the New Zealand localization, making it easier for businesses to prepare GST reporting in Odoo. This improves compliance support for New Zealand companies by aligning tax report data with local filing needs.
The automated action forms were made clearer and easier to use with better labels, safer selection controls, and more helpful defaults. This should reduce confusion when configuring automations, SMS actions, and related templates.
Original PR description
Task : https://www.odoo.com/web#id=2082503&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.30015b26b76505fcbdf24f23372a1eb5 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Helpdesk accounting now uses the updated way of linking multiple accounting entries when reversing moves. This keeps refund and reversal workflows compatible with recent accounting changes and helps avoid errors during customer support billing operations.
Original PR description
Task [2085023](https://www.odoo.com/web#id=2085023&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720) The field move_id doesn't exist anymore as move_ids has been introduced. Community PR https://github.com/odoo/odoo/pull/38857
Odoo Studio was updated to use the renamed automated action field, keeping it aligned with the core automation model. This helps ensure Studio exports and automation-related behavior continue to work after the underlying field name change.
Original PR description
Task : https://www.odoo.com/web#id=2082503&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.30015b26b76505fcbdf24f23372a1eb5