[IMP] report_py3o: Take into account print_report_name

If a Printed Report Name is set on the action report, use it as
downloaded filename
refs #133
This commit is contained in:
Laurent Mignon
2017-02-17 14:31:57 +01:00
committed by Elmeri Niemelä
parent 7f6c8129e5
commit f0d17fd206
7 changed files with 193 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
<?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>