[15.0][MIG] base_report_to_printer: Migration to 15.0

This commit is contained in:
David Montull
2022-03-04 13:52:14 +01:00
committed by hda
parent c9f24a0711
commit 26d4a16f09
4 changed files with 23 additions and 27 deletions

View File

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