Friday, June 12, 2020
1 change · master
New functionality added to Odoo
This change adds a new Spreadsheet document type in Odoo Documents, allowing users to create, open, copy, save, and rename spreadsheets directly in Odoo. It also connects spreadsheets with live Odoo pivot data, so teams can analyze up-to-date business information while still working in a flexible spreadsheet format.
Original PR description
This commits add support for a new kind of documents: 'Spreadsheet' that will be created in Odoo and are editable in a spreadsheet format. The spreadsheet view is itself dependent on o-spreadsheet library, created and maintained by Odoo. This library aims to implement all the well known features of the existing spreadsheet programs, is compatible to an extend with them and behave in a similar fashion (including the well known quirks). We also support formulas with a similar syntax than other spreadsheet products. O-Spreadsheets is deeply integrated with Odoo: it is possible to import 'live' pivot views inside a spreadsheet have have both the behavior of a pivot (up-to-date with live data) and of a free form table: explode them into cells and blocks of cells to be manipulated freely.