OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
OCA Transbot ea9a510f80 Update translation files 5 years ago
..
i18n [UPD] Update report_xml_sample.pot 6 years ago
static/description Add module report_xml_sample. 9 years ago
views Add module report_xml_sample. 9 years ago
xsd Add module report_xml_sample. 9 years ago
README.rst Add module report_xml_sample. 9 years ago
__init__.py Clean AGPL garbage preserving copyright. 9 years ago
__openerp__.py [UPD] prefix versions with 8.0 8 years ago
models.py Clean AGPL garbage preserving copyright. 9 years ago

README.rst

.. 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/