[ADD] Report Fill PDF

This commit is contained in:
Enric Tobella
2017-12-05 09:36:37 +01:00
committed by Cyril VINH-TUNG
parent dc32616025
commit fa668adbfa
17 changed files with 404 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--
© 2017 Creu Blanca
License AGPL-3.0 or later (https://www.gnuorg/licenses/agpl.html).
-->
<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/report_fillpdf/static/src/js/report/qwebactionmanager.js"/>
</xpath>
</template>
</odoo>