Friday, February 21, 2020
2 changes · master
Resolved issues and error corrections
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 .