[MIG] attachment_preview to version 10.0

This commit is contained in:
tarteo
2019-10-01 09:23:56 +02:00
parent 295a6dc320
commit a83f972c2a
32 changed files with 2377 additions and 1356 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="assets_backend" name="attachment_preview assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/attachment_preview/static/src/js/attachment_preview.js"></script>
<link rel="stylesheet" type="text/less" href="/attachment_preview/static/src/less/attachment_preview.less" />
</xpath>
</template>
</odoo>