[IMP] - manage subtitute report for multi-action

This commit is contained in:
sbejaoui
2019-07-25 11:07:01 +02:00
parent 590377ee36
commit ea774aab9c
4 changed files with 58 additions and 3 deletions

View File

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