[MIG] report_py3o: Migration to 15.0

This commit is contained in:
Tran Thanh Phuc
2022-05-15 22:18:31 +07:00
committed by Alexandre D. Díaz
parent 19335d8a3e
commit 115559802e
11 changed files with 85 additions and 75 deletions

View File

@@ -34,7 +34,7 @@
<field name="name">py3o.template.configuration.tree.view</field>
<field name="model">py3o.template</field>
<field name="arch" type="xml">
<tree string="Py3o Templates">
<tree>
<field name="name" />
<field name="filetype" />
</tree>
@@ -47,7 +47,7 @@
</record>
<menuitem
id="py3o_template_configuration_menu"
parent="py3o_config_menu"
parent="base.reporting_menuitem"
action="py3o_template_configuration_action"
/>
</odoo>

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="assets_backend" name="report assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/report_py3o/static/src/js/py3oactionmanager.js"
/>
</xpath>
</template>
</odoo>