[MIG] report_qweb_parameter: Migration to 14.0

This commit is contained in:
Francisco Ivan Anton Prieto
2021-01-26 18:50:03 +01:00
parent 3e594b4bc7
commit 0c232de398
5 changed files with 16 additions and 13 deletions

View File

@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<report
id="test_report_length_report_id"
model="res.company"
string="Length Report"
report_type="qweb-html"
name="report_qweb_parameter.test_report_length"
/>
<record id="test_report_length_report_id" model="ir.actions.report">
<field name="name">Length Report</field>
<field name="model">res.company</field>
<field name="report_type">qweb-html</field>
<field name="report_name">report_qweb_parameter.test_report_length</field>
</record>
<template id="test_report_length">
<data>
<li