mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
If a Printed Report Name is set on the action report, use it as downloaded filename refs #133
11 lines
374 B
XML
11 lines
374 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
<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"></script>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</openerp>
|