[IMP] attachment_preview: black, isort, prettier

This commit is contained in:
vancouver29
2022-08-22 09:54:38 +02:00
parent f29f7928d3
commit 40b516f587
10 changed files with 241 additions and 229 deletions

View File

@@ -1,9 +0,0 @@
<?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>