Hi everyone,
I’ve recently started working with Odoo Community Edition V17 and encountered a limitation regarding the Spreadsheet functionality. In V17, it seems that spreadsheets are no longer supported out of the box, which makes it challenging to create custom dashboards by uploading XLSX files and visualizing specific metrics beyond the default set.
I’ve been considering the idea of migrating the Spreadsheet module from Odoo V16 (available through OCA) to enable this feature in V17. I believe this could allow for greater flexibility in dashboard customization.
Here's what I’m thinking in terms of migration steps based on another post:
1. Update the module’s manifest and version details.
2. Adapt the `.py`, `.xml`, and `.js` files to align with V17 syntax.
3. Replace any methods that have been changed or deprecated in V17.
4. Troubleshoot any errors encountered during the process.
I’ve come across some resources that outline these steps, but before diving deeper into this, I wanted to ask:
Has anyone tried something similar in V17? How has it worked out for you?
Would love to hear your thoughts or any recommendations for improving this approach. I’m also open to suggestions for alternative methods to enable custom dashboards in Odoo CE V17.
Thanks in advance for your insights!