Daily updates from Odoo
Thursday, June 30, 2022
2 changes · master
New functionality added to Odoo
Users can now add Odoo line, bar, and pie charts to spreadsheets, with data pulled directly from the server instead of spreadsheet cells. This makes spreadsheet reporting more dynamic and easier to keep aligned with live business data from graph views.
Original PR description
This commit introduce the support of Odoo charts (line, bar and pie) which retrieve the data from the server instead of the cells of the spreadsheet. For that, a new data source has been created to handle the fetching of the chart data. To insert a new chart, a new button has been added in the control panel of the graph views. Task-id 2822603
Code cleanup and technical improvements
This update adapts Enterprise apps to the newer interface technology for kanban, list, and form views. It improves long-term maintainability and stability across many business areas, while also fixing several dashboard and reporting test issues that could affect reliability.
Original PR description
This PR is the enterprise counter part of odoo/odoo#92475, which introduces the owl version of kanban, list and form views (+ their fields and widgets). This requires some adaptations, mostly in tests. Co-authored-by: Aaron Bohy <aab@odoo.com> Co-authored-by: Bruno Boi <boi@odoo.com> Co-authored-by: Géry Debongnie <ged@odoo.com> Co-authored-by: Samuel Degueldre <sad@odoo.com> Co-authored-by: Mathieu Duckerts-Antoine <dam@odoo.com> Co-authored-by: Simon Genin (ges) <ges@odoo.com> Co-authored-by: Francois (fge) <fge@odoo.com> Co-authored-by: Michael Mattiello (mcm) <mcm@odoo.com> Co-authored-by: Julien Mougenot <jum@odoo.com> Co-authored-by: Lucas Perais (lpe) <lpe@odoo.com> Co-authored-by: Jorge Pinna Puissant <jpp@odoo.com> Co-authored-by: luvi <luvi@odoo.com>