mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
14 lines
350 B
XML
14 lines
350 B
XML
<?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>
|