[MIG] report_context: Migration to 16.0

This commit is contained in:
AlexPForgeFlow
2023-08-16 10:09:49 +02:00
parent 9ad28eef82
commit 717f79a8c8
4 changed files with 12 additions and 15 deletions

View File

@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data noupdate="1">
<odoo noupdate="1">
<record
id="report_default_context"
model="ir.config_parameter"
forcecreate="True"
>
id="report_default_context"
model="ir.config_parameter"
forcecreate="True"
>
<field name="key">report.default.context</field>
<field name="value">{}</field>
</record>
</data>
</odoo>