mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
* Update README for report_py3o and report_py3o_fusion_server Convert README to the new readme subdirectory
13 lines
276 B
ReStructuredText
13 lines
276 B
ReStructuredText
Install the required python libs:
|
|
|
|
.. code::
|
|
|
|
pip install py3o.template
|
|
pip install py3o.formats
|
|
|
|
To allow the conversion of ODT or ODS reports to other formats (PDF, DOC, DOCX, etc.), install libreoffice:
|
|
|
|
.. code::
|
|
|
|
apt-get --no-install-recommends install libreoffice
|