[FIX] spreadsheet_oca: Odoo 19.0 compatibility fixes#108
[FIX] spreadsheet_oca: Odoo 19.0 compatibility fixes#108
Conversation
- Remove category_id and users fields from res.groups in security.xml - Rename groups_id to group_ids throughout - Update globalFiltersFieldMatchers to globalFieldMatchingRegistry API - Replace loadSpreadsheetDependencies with loadBundle - Restore force:true on actionRegistry.add - Remove duplicate chartSubtypeRegistry entries registered by Odoo 19 - Add force:true to pivotSidePanelRegistry.add - Fix RELATIVE_DATE_RANGE_TYPES renamed to RELATIVE_PERIODS
- Remove category_id and users fields from res.groups (security.xml) - Rename groups_id to group_ids throughout - Update globalFiltersFieldMatchers to globalFieldMatchingRegistry API - Replace removed loadSpreadsheetDependencies with loadBundle - Restore force:true on actionRegistry.add - Remove duplicate chartSubtypeRegistry entries registered by Odoo 19 - Add force:true to pivotSidePanelRegistry.add - Fix RELATIVE_DATE_RANGE_TYPES renamed to RELATIVE_PERIODS Note: pylint prefer-env-translation warnings in spreadsheet_dashboard.py, spreadsheet_abstract.py and spreadsheet_spreadsheet.py are pre-existing in the original module and out of scope for this fix.
|
Here's the PR description: [FIX] spreadsheet_oca: Odoo 19.0 compatibility fixes This PR fixes a series of breaking changes that prevent Relates to #73 Python/XML changes
JavaScript changes
Pre-existing issues not addressed in this PR The following pylint
|
|
Thanks for the contribution. Please preserve commit history following technical method explained in https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-19.0. If the jump is between several versions, you have to modify the source branch in the main command to accommodate it to this circumstance. |
Relates to #73