70 lines
1.7 KiB
ReStructuredText
70 lines
1.7 KiB
ReStructuredText
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
|
:alt: License: AGPL-3
|
|
|
|
Qweb XML Reports Sample Module
|
|
==============================
|
|
|
|
This module was written to serve as a sample for developers that want to
|
|
generate Qweb XML reports in their modules. It is useless for the final user.
|
|
|
|
Installation
|
|
============
|
|
|
|
To install this module, you need to:
|
|
|
|
* Install lxml_ in Odoo's ``$PYTHONPATH``.
|
|
* Install the repository `reporting-engine`_.
|
|
|
|
Configuration
|
|
=============
|
|
|
|
No manual configuration is needed.
|
|
|
|
Usage
|
|
=====
|
|
|
|
Go to *Messaging > Organizer > Contacts*, enter any partner (or switch to *list
|
|
view* and select one or more of them), and under the *Print* menu download any
|
|
of the XML sample reports.
|
|
|
|
For further information, please visit:
|
|
|
|
* https://www.odoo.com/documentation/8.0/reference/qweb.html
|
|
* https://www.odoo.com/documentation/8.0/reference/reports.html
|
|
* https://www.odoo.com/forum/help-1
|
|
* https://github.com/OCA/reporting-engine
|
|
|
|
Known issues / Roadmap
|
|
======================
|
|
|
|
None
|
|
|
|
Credits
|
|
=======
|
|
|
|
* Icon taken from http://commons.wikimedia.org/wiki/File:Text-xml.svg.
|
|
|
|
Contributors
|
|
------------
|
|
|
|
* Jairo Llopis <j.llopis@grupoesoc.es>
|
|
|
|
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 http://odoo-community.org.
|
|
|
|
|
|
.. _reporting-engine: https://github.com/OCA/reporting-engine
|
|
.. _lxml: http://lxml.de/
|