[MIG] report_xml: Migration to 11.0

This commit is contained in:
Enric Tobella
2017-10-05 15:32:11 +02:00
parent 24dedbc75d
commit 1b10c9f366
14 changed files with 101 additions and 95 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="report_xml.assets_backend" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/report_xml/static/src/js/report/qwebactionmanager.js"/>
</xpath>
</template>
</odoo>