Daily updates from Odoo
Tuesday, April 27, 2021
1 change · master
Code cleanup and technical improvements
This update removes old bugfix files that are no longer needed because Odoo's newer manifest system can now manage these updates directly. The cleanup keeps the same functionality while simplifying module maintenance and reducing duplicated workaround files.
Original PR description
currently, Across Odoo, there are bugfix folder in around 13 module, New manifest system allows to add new files in stable so the bugfix files are no longer required. after this commit, all the bugfix files are removed from all module.and all the code in those file is maintained as per New manifest system. Task : 2510653