Friday, February 28, 2020
2 changes
Resolved issues and error corrections
The web module now identifies generated asset attachments more reliably before removing them. This reduces the risk of accidentally deleting unrelated files, helping keep system files and custom content safer during cleanup operations.
Original PR description
Make the domain to match assets attachment more robust to avoid deleting wrong files. X-original-commit: c92d63fa5baf09cb0969fcf4fbd5c28407af58ae
Creating a sales quote could fail because a sales security rule still referenced an outdated invoice field name. The rule has been updated so quote creation works correctly after the related accounting field rename.
Original PR description
The field 'type' in the account.move model has been renamed into 'move_type' but the ir.rules of the sale module have not been updated. The fix consists in renaming this field in ir.rules. As another bug was due to this field renaming (see 51b70b6fc42), I have checked that the old 'type' field is no more used in Odoo files. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr