mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_py3o, report_py3o_fusion_server: Migration to 12.0
This commit is contained in:
committed by
Elmeri Niemelä
parent
80d8afb408
commit
e65b6db22f
@@ -5,7 +5,7 @@
|
||||
|
||||
<record id="py3o_report_view" model="ir.ui.view">
|
||||
<field name="name">py3o_report_view</field>
|
||||
<field name="model">ir.actions.report.xml</field>
|
||||
<field name="model">ir.actions.report</field>
|
||||
<field name="inherit_id" ref="base.act_report_xml_view" />
|
||||
<field name="arch" type="xml">
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
<record id="act_report_xml_search_view" model="ir.ui.view">
|
||||
<field name="name">py3o_report_search_view</field>
|
||||
<field name="model">ir.actions.report.xml</field>
|
||||
<field name="model">ir.actions.report</field>
|
||||
<field name="inherit_id" ref="base.act_report_xml_search_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="model" position="after">
|
||||
@@ -3,6 +3,6 @@
|
||||
|
||||
<menuitem id="py3o_config_menu"
|
||||
name="Py3o"
|
||||
parent="report.reporting_menuitem" />
|
||||
parent="base.reporting_menuitem" />
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user