mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_py3o: Migration to 15.0
This commit is contained in:
committed by
Alexandre D. Díaz
parent
19335d8a3e
commit
115559802e
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user