[MIG] web_dialog_size: Migration to 12.0

This commit is contained in:
ernesto
2018-11-21 22:50:59 -05:00
committed by Mantux11
parent 2bceaae2b3
commit f8dc8750d7
12 changed files with 104 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
<odoo>
<template id="assets_backend" name="web_dialog_size assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_dialog_size/static/src/css/web_dialog_size.css"/>
<link rel="stylesheet" href="/web_dialog_size/static/src/scss/web_dialog_size.scss"/>
<script type="text/javascript" src="/web_dialog_size/static/src/js/web_dialog_size.js"></script>
</xpath>
</template>