OCA_Reporting_engine_17.0/report_xml_sample
mymage 6eeac49707 Translated using Weblate (Italian)
Currently translated at 50.0% (3 of 6 strings)

Translation: reporting-engine-8.0/reporting-engine-8.0-report_xml_sample
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-8-0/reporting-engine-8-0-report_xml_sample/it/
2023-05-24 10:09:52 +00:00
..
i18n Translated using Weblate (Italian) 2023-05-24 10:09:52 +00:00
static/description Add module report_xml_sample. 2015-11-18 12:22:38 +01:00
views Add module report_xml_sample. 2015-11-18 12:22:38 +01:00
xsd Add module report_xml_sample. 2015-11-18 12:22:38 +01:00
README.rst Add module report_xml_sample. 2015-11-18 12:22:38 +01:00
__init__.py Clean AGPL garbage preserving copyright. 2015-11-18 12:22:38 +01:00
__openerp__.py [UPD] prefix versions with 8.0 2016-10-08 11:22:45 +02:00
models.py Clean AGPL garbage preserving copyright. 2015-11-18 12:22:38 +01:00

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/