Friday, February 21, 2020
4 changes · master
Resolved issues and error corrections
This fixes typos that caused an error when opening the vendor refunds area in Invoicing. Users can now access that menu without encountering a traceback, improving reliability for refund workflows.
Original PR description
Two typos were introduced with d675dbaa4c71. Discovered by the click_all test, just click on the Invoicing/Vendors/Refunds menu leads to a Traceback.
Exports made in import-compatible mode now handle many-to-many field names in a format that can be imported back more reliably. This reduces failed or incomplete re-imports when users export related records through the standard export interface.
Original PR description
Description of the issue/feature this PR addresses: https://pad.odoo.com/p/r.0453fa1a55f93d0b0a8d545c9f502267 task - 2065428 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website editor now recognizes when JavaScript or SCSS resources are custom-created and avoids showing the “No Update” warning for them. This reduces confusion for users editing custom website resources, since the warning is only relevant to standard resources that may be overwritten by updates.
Original PR description
Pad: https://pad.odoo.com/p/r.2d7e52f153e37972b74fafb45f2879f8 Task: https://www.odoo.com/web#id=2167570&action=327&model=project.task&view_type=form&menu_id=4720
The tax report audit option now uses the updated tax tag field name, restoring access to the expected audit details. This prevents errors when users review tax report lines by tag after the underlying accounting field was renamed.
Original PR description
Field tag_ids of account.move.line has been renamed tax_tag_ids by https://github.com/odoo/odoo/pull/44835 .