mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[UPD] README.rst
This commit is contained in:
committed by
Pierrick Brun
parent
fb0efed1b8
commit
a4965a733e
@@ -48,6 +48,13 @@ To configure this module, you need to:
|
||||
dictionary variable where you can add a context that will be common for
|
||||
all reports.
|
||||
|
||||
It can also be added on the developer side using::
|
||||
|
||||
<record id="model_name.report_id" model="ir.actions.report">
|
||||
<field name="context">YOUR CONTEXT HERE</field>
|
||||
</record>
|
||||
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
|
||||
@@ -397,6 +397,12 @@ parameters list, look for report.default.context, which is a Python
|
||||
dictionary variable where you can add a context that will be common for
|
||||
all reports.</li>
|
||||
</ul>
|
||||
<p>It can also be added on the developer side using:</p>
|
||||
<pre class="literal-block">
|
||||
<record id="model_name.report_id" model="ir.actions.report">
|
||||
<field name="context">YOUR CONTEXT HERE</field>
|
||||
</record>
|
||||
</pre>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
|
||||
|
||||
Reference in New Issue
Block a user