mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] - manage subtitute report for multi-action
This commit is contained in:
8
report_substitute/views/assets_backend.xml
Normal file
8
report_substitute/views/assets_backend.xml
Normal 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>
|
||||
Reference in New Issue
Block a user