[UPD] README.rst

pull/550/head
OCA-git-bot 2020-04-24 15:34:13 +00:00 committed by Santeri Valjakka
parent 39a74b182b
commit 1ec16e3d13
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -404,7 +404,8 @@ installed its 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>