Thursday, January 21, 2021
1 change · master
Enhancements to existing features
The accounting bill upload tour now stores its needed attachment information directly instead of relying on another model relationship. This is an internal simplification that should make the code easier to maintain without changing the user experience.
Original PR description
account_tour_upload_bill is using an inherits only to use a single m2m field. This will remove the inherits and simply add the field directly into the account_tour_upload_bill model. task id #2339702 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr