Hello everyone! I am assigned to an Odoo Project that has been developed for a long time (since v6) and the project use pxgo_openoffice_report to export excel Reports. (the pxgo_openoffice_report has been migrated to work with Odoo 9). However, when i fork the project to my local machine to setup development environment, I cannot make that module to work. For specific, the module requires PyUno to connect with LibreOffice. I tried to install the Python Uno: 4.3.3 (for Python 2) to work with Libre 5.1 (Ubuntu 16). In Python shell, uno library is recognized but when I tried with odoo, there are still bunch of errors. Anyone has experience in setting up this module, please help me.
Moreover, if there is any better Reporting engine that can export Spreadsheet (.ods or .xls) with multiple sheets using defined templates (similar to report_xlsx) please let me know. I am in a very urgent situation. Please help.
Thanks all!