mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[ADD] reporting-context
This commit is contained in:
committed by
Pierrick Brun
parent
9f6c1c20e3
commit
fb0efed1b8
10
report_context/data/config_parameter.xml
Normal file
10
report_context/data/config_parameter.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<record id="report_default_context"
|
||||
model="ir.config_parameter" forcecreate="True">
|
||||
<field name="key">report.default.context</field>
|
||||
<field name="value">{}</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user