Browse Source

Improve README.rst for report_py3o* modules

pull/258/head
Alexis de Lattre 6 years ago
committed by Laurent Mignon (ACSONE)
parent
commit
2f135edfad
  1. 9
      report_py3o/README.rst
  2. 4
      report_py3o_fusion_server/README.rst

9
report_py3o/README.rst

@ -19,7 +19,7 @@ The key advantages of a Libreoffice based reporting engine are:
* If you want your users to be able to modify the document after its generation by Odoo, just configure the document with ODT output (or DOC or DOCX) and the user will be able to modify the document with Libreoffice (or Word) after its generation by Odoo.
* Easy development of spreadsheet reports in ODS format (XLS output possible).
This reporting engine is an alternative to `Aeroo <https://github.com/aeroo/aeroo_reports>`_: these two reporting engines have similar features but their implementation is entirely different. You cannot use aeroo templates as drop in replacement though, you'll have to change a few details.
This reporting engine is an alternative to `Aeroo <https://github.com/aeroo-community/aeroo_reports>`_: these two reporting engines have similar features but their implementation is entirely different. You cannot use aeroo templates as drop in replacement though, you'll have to change a few details.
Installation
============
@ -75,7 +75,7 @@ the path to the template as *py3o_template_fallback*.
</odoo>
Moreover you must also modify the odoo server configuration file to declare
Moreover, you must also modify the Odoo server configuration file to declare
the allowed root directory for your py3o templates. Only templates located
into this directory can be loaded by py3o report.
@ -163,6 +163,11 @@ time
display_address(partner)
Return a formatted string of the partner's address
Sample report templates
-----------------------
Sample py3o report templates for the main Odoo native reports (invoice, sale order, purchase order, picking, ...) are available on the Github project `odoo-py3o-report-templates <https://github.com/akretion/odoo-py3o-report-templates>`_.
Known issues / Roadmap
======================

4
report_py3o_fusion_server/README.rst

@ -6,7 +6,7 @@
Py3o Report Engine - Fusion server support
==========================================
This addons was written to let a fusion server handle format conversion instead of local libreoffice.
This module was written to let a py3o fusion server handle format conversion instead of local libreoffice.
Installation
============
@ -54,7 +54,7 @@ At the end, with the dependencies, you should have the following py3o python lib
% pip freeze | grep py3o
py3o.formats==0.3
py3o.fusion==0.8.6
py3o.fusion==0.8.7
py3o.renderclient==0.2
py3o.renderers.juno==0.8
py3o.renderserver==0.5.1

Loading…
Cancel
Save