Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
351badc
Move to report_py3o after import from HG
lmignon Oct 3, 2016
87fbba7
Add setup
lmignon Oct 3, 2016
c32ae25
[FIX] View inheritance may not use attribute 'string' as a selector.
lmignon Oct 3, 2016
32062c9
[IMP] New API + Short Hearder
lmignon Oct 4, 2016
eac6184
Remove unicode string
lmignon Oct 4, 2016
92a1cde
[IMP] Add the possiblity to get the template from an absolute path on…
lmignon Oct 4, 2016
744fb50
[IMP] Allow user to use local fusion
lmignon Oct 4, 2016
af3baa4
Add a simple way to extend the parser context
lmignon Oct 4, 2016
3fe36be
Remove ACL on removed model
lmignon Oct 4, 2016
8360106
Improve filetype selection name
lmignon Oct 4, 2016
994dc71
Fix native flag
lmignon Oct 4, 2016
e40e810
fixed missing comma in model definition
faide Oct 4, 2016
0a8c0b6
Add simple tests and fix call to fusion server
lmignon Oct 4, 2016
8892b8f
Fix skip fusion on server when the fusion is local
lmignon Oct 4, 2016
2560535
Improve tests
lmignon Oct 4, 2016
fd3f844
Replace openerp element by odoo
lmignon Oct 4, 2016
b6faa59
Small usability improvements
alexis-via Oct 4, 2016
ceea7bf
Take into accounts most remarks of @lasley
alexis-via Oct 5, 2016
9f6a0bd
Replace plain SQL by orm
lmignon Oct 6, 2016
ef3461e
rename module ir_report to ir_actions_report_xml
lmignon Oct 6, 2016
211fec1
Add more tests and fixes issues found by tests
lmignon Oct 6, 2016
e3986ad
[FIX] Check constrains only if report_type == 'py3o'
lmignon Oct 12, 2016
c25c44f
report_py3o: full installation procedure in README
alexis-via Oct 14, 2016
60fa732
Port report_py3o to Odoo v10
alexis-via Oct 14, 2016
71d03ec
Update version numbers
alexis-via Oct 14, 2016
1ca273e
PEP8 fix
alexis-via Oct 14, 2016
6a8dfd4
Update README
alexis-via Nov 4, 2016
d8e5215
FIX double dot in filename
alexis-via Dec 19, 2016
54dbe57
Add access to report_xml object in report
alexis-via Dec 19, 2016
b1f78b6
FIX Adapt test suite to my recent commit to avoid double dot on filen…
alexis-via Dec 20, 2016
57fadae
[IMP] Escape 'False' when rendering value
lmignon Nov 16, 2016
e542ea7
[IMP] Replace old style parser by TransientModel
lmignon Dec 17, 2016
55bcc1e
[FIX] imports
Dec 22, 2016
6316788
[IMP] Minimizes memory consumption
lmignon Dec 23, 2016
1e930ad
* travis.yml
Jan 9, 2017
f1ee7c0
Update and improve README instructions to setup py3o
alexis-via Jan 25, 2017
bc35d43
[IMP] Allow to override/extend the way we get the fallback template
lmignon Jan 25, 2017
e5861a7
[FIX] report_py3o: fix exception when report must be saved as attache…
lmignon Feb 23, 2017
e39784a
OCA Transbot updated translations from Transifex
oca-transbot Feb 25, 2017
ca8de29
[FIX] delete PDF invoice attachment on invoice back to draft (native …
alexis-via Mar 2, 2017
d0a3982
[IMP] report_py3o: update authors and contributors
lmignon Mar 6, 2017
7e4e964
OCA Transbot updated translations from Transifex
oca-transbot Mar 11, 2017
65dd610
[IMP] report_py3o: prevent injections when retrieving the template fr…
lmignon Mar 8, 2017
9314ff2
OCA Transbot updated translations from Transifex
oca-transbot Mar 18, 2017
eb6d4e5
report_py3o: bump version following last merge
sbidoul Mar 22, 2017
00ee152
Fix py3o freeze when using server fusion
guewen Apr 3, 2017
97fa713
Pass option for escaping False values to server
guewen Apr 5, 2017
5173ca2
Add option py3o_multi_in_one for Py3o reports
alexis-via Apr 12, 2017
275fe2b
OCA Transbot updated translations from Transifex
oca-transbot May 1, 2017
860439b
[FIX] report_py3o: must return the path to the report
lmignon May 30, 2017
0fbd353
[IMP] report_py3o: Take into account print_report_name
lmignon Feb 17, 2017
c336bc9
OCA Transbot updated translations from Transifex
oca-transbot Jun 3, 2017
838f94e
[IMP] report_py3o: Allows to interpret \n and \t in texts, cleans htm…
omar7r Oct 31, 2017
3850a62
[FIX] Deletes an unnecessary function call
omar7r Nov 7, 2017
780cef9
[FIX] report_py3o: Removes api.one
omar7r Nov 9, 2017
9c3da02
[FIX] report_py3o: Import new dependencies in try...except
omar7r Nov 9, 2017
b176a24
[UPD] report_py3o: Bump version
omar7r Nov 10, 2017
e8bcb73
OCA Transbot updated translations from Transifex
oca-transbot Nov 25, 2017
ae65d78
[RFR] split off the fusion server to its own module
hbrunn Dec 17, 2017
2f135ed
Improve README.rst for report_py3o* modules
alexis-via Jan 10, 2018
f7e3159
[ADD] migration script to install report_py3o_fusion_server on upgrades
hbrunn Jan 11, 2018
ae81691
OCA Transbot updated translations from Transifex
oca-transbot Jan 16, 2018
208148d
[FIX] fallback to libreoffice conversion when no server is configured
hbrunn Mar 21, 2018
edf22c7
[FIX] report_py3o: Bump version number
pedrobaeza Mar 26, 2018
22d6113
[FIX]report_py3o: Escape correctly html characters.
jesusVMayor Dec 19, 2017
efab845
[IMP] check for template data, not for the id
hbrunn Apr 16, 2018
0ada5e0
[FIX] If this is not a py3o report, do nothing at all. In some cases …
SimoRubi May 2, 2018
9d28207
report_py3o: mention formatLang in README
sbidoul May 16, 2018
a7a0035
report_py3o_fusion_server: Add support for PDF Export options of libr…
alexis-via Apr 24, 2018
0836add
report_py3o_fusion_server: Update README.rst
alexis-via Apr 25, 2018
5c2e718
report_py3o_fusion_server: Add chronometer
alexis-via Apr 27, 2018
c5f72aa
Fix wrong default value
alexis-via Apr 27, 2018
74d0260
Improve README.rst to help those that want to produce fully valid PDF…
alexis-via May 6, 2018
80c902e
[UPD] Update report_py3o.pot
oca-travis Jun 23, 2018
1e7a577
[UPD] Update report_py3o_fusion_server.pot
oca-travis Jun 23, 2018
150f5dc
Translated using Weblate (Français)
kryskool Jul 18, 2018
dce5916
[MIG] report_py3o, report_py3o_fusion_server: Migration to 12.0
lmignon Nov 26, 2018
5e282a9
Tavis: Add dependencies for report_py3o and report_py3_fusion_server
lmignon Nov 26, 2018
8d3b61a
Tavis: Install libreoffice requried by report_py3o
lmignon Nov 26, 2018
479f3bc
[IMP] report_py2o: cleanup js
lmignon Nov 27, 2018
47770e2
[FIX] report_py3o_fusion_server: requests.post returns bytes not str
lmignon Nov 28, 2018
dedca60
[ADD] setup.py
sbidoul Nov 29, 2018
74f58a3
[12.0][MIG] improvement py3o_report_extender
Nov 29, 2018
bb33bec
Update i18n
sbejaoui Dec 4, 2018
6aa8f4a
[FIX] report_py3o: Use the right naming convention for the render method
lmignon Jan 8, 2019
b81219a
[IMP] report_py3o: remove obsolete methods
lmignon Jan 8, 2019
5038604
[IMP] report_py3o: Document new methods available into the parser con…
lmignon Jan 31, 2019
213895e
[FIX] report_py3o: Add missing method _merge_pdf.
lmignon Jan 31, 2019
876aa27
[IMP][FIX] py3o_report, py3o_report_fusion_server: Compute the availa…
lmignon Feb 1, 2019
762c521
[FIX] report_py3o: Add missing 'user' and 'lang' into the parser context
lmignon Feb 1, 2019
90f0a66
[IMP] py3o_report: Allow to specify the lang when calling o_format_lang
lmignon Feb 1, 2019
b5706db
[FIX] report_py3o: Access to ir.config_parameter with sudo
lmignon Feb 5, 2019
60027dc
[FIX] report_py3o: respect _postprocess_report method signature
houzefa-abba Mar 9, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ addons:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
- pdftk
- libreoffice

language: python

Expand Down
661 changes: 661 additions & 0 deletions report_py3o/LICENSE

Large diffs are not rendered by default.

223 changes: 223 additions & 0 deletions report_py3o/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,223 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

===========
Report Py3o
===========

The py3o reporting engine is a reporting engine for Odoo based on `Libreoffice <http://www.libreoffice.org/>`_:

* the report is created with Libreoffice (ODT or ODS),
* the report is stored on the server in OpenDocument format (.odt or .ods file)
* the report is sent to the user in OpenDocument format or in any output format supported by Libreoffice (PDF, HTML, DOC, DOCX, Docbook, XLS, etc.)

The key advantages of a Libreoffice based reporting engine are:

* no need to be a developer to create or modify a report: the report is created and modified with Libreoffice. So this reporting engine has a full WYSIWYG report development tool!
* For a PDF report in A4/Letter format, it's easier to develop it with a tool such as Libreoffice that is designed to create A4/Letter documents than to develop it in HTML/CSS, also some print peculiarities (backgrounds, margin boxes) are not very well supported by the HTML/CSS based solutions.
* 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 module *report_py3o* is the base module for the Py3o reporting engine. If used alone, it will spawn a libreoffice process for each ODT to PDF (or ODT to DOCX, ..) document conversion. This is slow and can become a problem if you have a lot of reports to convert from ODT to another format. In this case, you should consider the additionnal module *report_py3o_fusion_server* which is designed to work with a libreoffice daemon. With *report_py3o_fusion_server*, the technical environnement is more complex to setup because you have to install additionnal software components and run 2 daemons, but you have much better performances and you can configure the libreoffice PDF export options in Odoo (allows to generate PDF forms, PDF/A documents, password-protected PDFs, watermarked PDFs, etc.).

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
============

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

Configuration
=============

For example, to replace the native invoice report by a custom py3o report, add the following XML file in your custom module:

.. code::

<?xml version="1.0" encoding="utf-8"?>
<odoo>

<record id="account.account_invoices" model="ir.actions.report.xml">
<field name="report_type">py3o</field>
<field name="py3o_filetype">odt</field>
<field name="module">my_custom_module_base</field>
<field name="py3o_template_fallback">report/account_invoice.odt</field>
</record>

</odoo>

where *my_custom_module_base* is the name of the custom Odoo module. In this example, the invoice ODT file is located in *my_custom_module_base/report/account_invoice.odt*.

It's also possible to reference a template located in a trusted path of your
Odoo server. In this case you must let the *module* entry empty and specify
the path to the template as *py3o_template_fallback*.

.. code::

<?xml version="1.0" encoding="utf-8"?>
<odoo>

<record id="account.account_invoices" model="ir.actions.report.xml">
<field name="report_type">py3o</field>
<field name="py3o_filetype">odt</field>
<field name="py3o_template_fallback">/odoo/templates/py3o/report/account_invoice.odt</field>
</record>

</odoo>

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.

.. code::

[options]
...

[report_py3o]
root_tmpl_path=/odoo/templates/py3o

If you want an invoice in PDF format instead of ODT format, the XML file should look like:

.. code::

<?xml version="1.0" encoding="utf-8"?>
<odoo>

<record id="account.account_invoices" model="ir.actions.report.xml">
<field name="report_type">py3o</field>
<field name="py3o_filetype">pdf</field>
<field name="module">my_custom_module_base</field>
<field name="py3o_template_fallback">report/account_invoice.odt</field>
</record>

</odoo>

If you want to add a new py3o PDF report (and not replace a native report), the XML file should look like this:

.. code::

<?xml version="1.0" encoding="utf-8"?>
<odoo>

<record id="partner_summary_report" model="ir.actions.report.xml">
<field name="name">Partner Summary</field>
<field name="model">res.partner</field>
<field name="report_name">res.partner.summary</field>
<field name="report_type">py3o</field>
<field name="py3o_filetype">pdf</field>
<field name="module">my_custom_module_base</field>
<field name="py3o_template_fallback">report/partner_summary.odt</field>
</record>

<!-- Add entry in "Print" drop-down list -->
<record id="button_partner_summary_report" model="ir.values">
<field name="key2">client_print_multi</field>
<field name="model">res.partner</field>
<field name="name">Partner Summary</field>
<field name="value" eval="'ir.actions.report.xml,%d'%partner_summary_report" />
</record>

</odoo>

Configuration parameters
------------------------

py3o.conversion_command
The command to be used to run the conversion, ``libreoffice`` by default. If you change this, whatever you set here must accept the parameters ``--headless --convert-to $ext $file`` and put the resulting file into ``$file``'s directory with extension ``$ext``. The command will be started in ``$file``'s directory.

Usage
=====

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/143/10.0

The templating language is `extensively documented <http://py3otemplate.readthedocs.io/en/latest/templating.html>`_, the records are exposed in libreoffice as ``objects``, on which you can also call functions.

Available functions and objects
-------------------------------

user
Browse record of current user
lang
The user's company's language as string (ISO code)
b64decode
``base64.b64decode``
format_multiline_value(string)
Generate the ODF equivalent of ``<br/>`` and ``&nbsp;`` for multiline fields (ODF is XML internally, so those would be skipped otherwise)
html_sanitize(string)
Sanitize HTML string
time
Python's ``time`` module
display_address(partner)
Return a formatted string of the partner's address
formatLang(value, digits=None, date=False, date_time=False, grouping=True, monetary=False, dp=False, currency_obj=False)
Return a formatted numeric, monetary, date or time value according to the context language and timezone

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lmignon would it make sence to document o_format_date, o_format_lang here?

(old implementation kept for compatibility and ease migration)
o_format_lang(value, lang_code=False, digits=None, grouping=True, monetary=False, dp=False, currency_obj=False, no_break_space=True)
Return a formatted numeric or monetary value according to the context language and timezone
o_format_date(value, lang_code=False, date_format=False)
Return a formatted date or time value according to the context language and timezone


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
======================

* generate barcode ?
* add more detailed example in demo file to showcase features
* add migration guide aeroo -> py3o

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/reporting-engine/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.

Credits
=======

Contributors
------------

* Florent Aide (`XCG Consulting <http://odoo.consulting/>`_)
* Laurent Mignon <laurent.mignon@acsone.eu>,
* Alexis de Lattre <alexis.delattre@akretion.com>,
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Omar Castiñeira <omar@comunitea.com>
* Holger Brunn <hbrunn@therp.nl>


Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.
2 changes: 2 additions & 0 deletions report_py3o/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import models
from . import controllers
29 changes: 29 additions & 0 deletions report_py3o/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 2013 XCG Consulting (http://odoo.consulting)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Py3o Report Engine',
'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, '
'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)',
'version': '12.0.2.0.2',
'category': 'Reporting',
'license': 'AGPL-3',
'author': 'XCG Consulting,'
'ACSONE SA/NV,'
'Odoo Community Association (OCA)',
'website': 'http://odoo.consulting/',
'depends': ['web'],
'external_dependencies': {
'python': ['py3o.template',
'py3o.formats',
'PyPDF2']
},
'data': [
'security/ir.model.access.csv',
'views/menu.xml',
'views/py3o_template.xml',
'views/ir_actions_report.xml',
'views/report_py3o.xml',
'demo/report_py3o.xml',
],
'installable': True,
}
1 change: 1 addition & 0 deletions report_py3o/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import main
97 changes: 97 additions & 0 deletions report_py3o/controllers/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
# Copyright 2017 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
import json
import mimetypes
from werkzeug import exceptions, url_decode

from odoo.http import route, request

from odoo.addons.web.controllers import main
from odoo.addons.web.controllers.main import (
_serialize_exception,
content_disposition
)
from odoo.tools import html_escape


class ReportController(main.ReportController):

@route()
def report_routes(self, reportname, docids=None, converter=None, **data):
if converter != 'py3o':
return super(ReportController, self).report_routes(
reportname=reportname, docids=docids, converter=converter,
**data)
context = dict(request.env.context)

if docids:
docids = [int(i) for i in docids.split(',')]
if data.get('options'):
data.update(json.loads(data.pop('options')))
if data.get('context'):
# Ignore 'lang' here, because the context in data is the
# one from the webclient *but* if the user explicitely wants to
# change the lang, this mechanism overwrites it.
data['context'] = json.loads(data['context'])
if data['context'].get('lang'):
del data['context']['lang']
context.update(data['context'])

ir_action = request.env['ir.actions.report']
action_py3o_report = ir_action.get_from_report_name(
reportname, "py3o").with_context(context)
if not action_py3o_report:
raise exceptions.HTTPException(
description='Py3o action report not found for report_name '
'%s' % reportname)
res, filetype = action_py3o_report.render(docids, data)
filename = action_py3o_report.gen_report_download_filename(
docids, data)
if not filename.endswith(filetype):
filename = "{}.{}".format(filename, filetype)
content_type = mimetypes.guess_type("x." + filetype)[0]
http_headers = [('Content-Type', content_type),
('Content-Length', len(res)),
('Content-Disposition', content_disposition(filename))
]
return request.make_response(res, headers=http_headers)

@route()
def report_download(self, data, token):
"""This function is used by 'qwebactionmanager.js' in order to trigger
the download of a py3o/controller report.

:param data: a javascript array JSON.stringified containg report
internal url ([0]) and type [1]
:returns: Response with a filetoken cookie and an attachment header
"""
requestcontent = json.loads(data)
url, report_type = requestcontent[0], requestcontent[1]
if 'py3o' not in report_type:
return super(ReportController, self).report_download(data, token)
try:
reportname = url.split('/report/py3o/')[1].split('?')[0]
docids = None
if '/' in reportname:
reportname, docids = reportname.split('/')

if docids:
# Generic report:
response = self.report_routes(
reportname, docids=docids, converter='py3o')
else:
# Particular report:
# decoding the args represented in JSON
data = list(url_decode(url.split('?')[1]).items())
response = self.report_routes(
reportname, converter='py3o', **dict(data))
response.set_cookie('fileToken', token)
return response
except Exception as e:
se = _serialize_exception(e)
error = {
'code': 200,
'message': "Odoo Server Error",
'data': se
}
return request.make_response(html_escape(json.dumps(error)))
20 changes: 20 additions & 0 deletions report_py3o/demo/report_py3o.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 ACSONE SA/NV
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->

<odoo>

<record id="res_users_report_py3o" model="ir.actions.report">
<field name="name">Py3o Demo Report</field>
<field name="type">ir.actions.report</field>
<field name="model">res.users</field>
<field name="report_name">py3o_user_info</field>
<field name="report_type">py3o</field>
<field name="py3o_filetype">odt</field>
<field name="module">report_py3o</field>
<field name="py3o_template_fallback">demo/res_user.odt</field>
<field name="binding_model_id" ref="base.model_res_users" />
<field name="binding_type">report</field>
</record>

</odoo>
Binary file added report_py3o/demo/res_user.odt
Binary file not shown.
Loading