Browse Source

[UPD] README.rst

myc-14.0-py3o
OCA-git-bot 4 years ago
committed by Enric Tobella
parent
commit
207f0a161e
  1. 2
      report_xml/README.rst
  2. 3
      report_xml/static/description/index.html

2
report_xml/README.rst

@ -23,7 +23,7 @@ XML Reports
:target: https://runbot.odoo-community.org/runbot/143/13.0 :target: https://runbot.odoo-community.org/runbot/143/13.0
:alt: Try me on Runbot :alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
|badge1| |badge2| |badge3| |badge4| |badge5|
This module was written to extend the functionality of the reporting engine to This module was written to extend the functionality of the reporting engine to
support XML reports and allow modules to generate them by code or by QWeb support XML reports and allow modules to generate them by code or by QWeb

3
report_xml/static/description/index.html

@ -404,7 +404,8 @@ installed it’s probably because there is another module that depends on it.</p
<p>This module is intended as a base engine for other modules to use it, so no direct result if you are a user.</p> <p>This module is intended as a base engine for other modules to use it, so no direct result if you are a user.</p>
<div class="section" id="if-you-are-a-developer"> <div class="section" id="if-you-are-a-developer">
<h2><a class="toc-backref" href="#id3">If you are a developer</a></h2> <h2><a class="toc-backref" href="#id3">If you are a developer</a></h2>
<p>To learn from an example, just check the <a class="reference external" href="https://github.com/OCA/reporting-engine/blob/13.0/report_xml/demo/demo_report.xml">demo report</a>.</p>
<p>To learn from an example, just check the <a class="reference external" href="https://github.com/OCA/reporting-engine/blob/13.0/report_xml/demo/demo_report.xml">demo report</a> on GitHub for
the model <tt class="docutils literal">res.company</tt> or check it in interface from companies views.</p>
<p>To develop with this module, you need to:</p> <p>To develop with this module, you need to:</p>
<ul class="simple"> <ul class="simple">
<li>Create a module.</li> <li>Create a module.</li>

Loading…
Cancel
Save