Tuesday, April 27, 2021
2 changes · 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
Miscellaneous changes
Steps to reproduce the bug : - In the company selector, select a single company - Go to documents app > Configuration > workspaces - Add a workspace and a tag - Go to Accounting > Reporting > Balance Sheet - Click on save button - Choose a folder and a tag Problem: You can choose any tag among all existing tags, even those that are linked to workspaces of another company opw-2502570 Forward-Port-Of: odoo/enterprise#17930
Original PR description
Steps to reproduce the bug : - In the company selector, select a single company - Go to documents app > Configuration > workspaces - Add a workspace and a tag - Go to Accounting > Reporting > Balance Sheet - Click on save button - Choose a folder and a tag Problem: You can choose any tag among all existing tags, even those that are linked to workspaces of another company opw-2502570 Forward-Port-Of: odoo/enterprise#17930