Daily updates from Odoo
Navigate
Branch
Tuesday, April 27, 2021
3 changes
Resolved issues and error corrections
Opening spreadsheet templates no longer shows broken collaboration indicators such as endless saving status or connected-user counts. This prevents unintended edits being sent to unrelated documents and avoids debug-mode crashes, making template use more reliable.
Original PR description
Spreadsheet templates are not meant to be collaborative (for now at least) However, opening a template: - still shows the saving status (endlessly spinning) - still shows the number of connected users (half broken) - still dispatches revisions! ...on a random document record with the same id as the template. If the document is a spreadsheet, it will have weird and unpredictable behaviors. - crashes in debug mode because owl props validation expects some missing props (which should actually be optional) Task 2515267
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