Files
knowledge/attachment_preview/templates/assets.xml
tarteo 158c0118ce [MIG] attachment_preview: Migration to 12.0
[REM] Old files

[ADD] Magic to travis file

[FIX] Nagivation refresh widget
2023-08-01 11:15:10 +02:00

10 lines
467 B
XML

<?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/scss" href="/attachment_preview/static/src/scss/attachment_preview.scss" />
</xpath>
</template>
</odoo>