Files
reporting-engine/report_context/data/config_parameter.xml
2023-11-07 14:20:35 +01:00

12 lines
311 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo 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>
</odoo>