Bug when more than one conversion print is launched within the same libreoffice instance. The standard behavior of libreoffice when a user open it while another instance is running is to show a new window and throw an error if a new instance is forced within the same user installation [see](https://bugs.documentfoundation.org/show_bug.cgi?id=37531). This implies a bug in report_py3o module when we call libreoffice at the same time for different documents. To reproduce this bug: **Case 1:** 1. Simultaneously print two documents. **Case 2:** 1. Run print jobs using job_queue module 2. Manually print another document **Case 3:** 2. Open libreoffice 3. Print a py3o report This PR creates a temporary user installation for each libreoffice conversion to bypass this limitation. |
||
---|---|---|
bi_sql_editor | ||
bi_view_editor | ||
kpi | ||
report_context | ||
report_csv | ||
report_py3o | ||
report_py3o_fusion_server | ||
report_qr | ||
report_qweb_parameter | ||
report_qweb_pdf_watermark | ||
report_qweb_signer | ||
report_substitute | ||
report_wkhtmltopdf_param | ||
report_xlsx | ||
report_xlsx_helper | ||
report_xlsx_helper_demo | ||
report_xml | ||
setup | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
oca_dependencies.txt | ||
requirements.txt |
README.md
OCA alternative reporting engines and reporting utilities for Odoo
This repository hosts alternative reporting engines to the ones included on Odoo core (RML, QWeb and Webkit). It is complemented with the ones that host the reports theirself:
https://github.com/OCA/account-financial-reporting https://github.com/OCA/purchase-reporting https://github.com/OCA/sale-reporting ...
The convention is to use a suffix to each module to indicate that it's for using with that report engine (for example, account_invoice_report_birt or sale_order_report_pentaho).
It can contain also another utilities directly involved with reports (like merge/split utils, checkers, signing tools and so on).
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.