mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-24 14:17:45 -06:00
[ADD] preliminary port of attachment_preview
This commit is contained in:
committed by
vancouver29
parent
0775439176
commit
2fae714de6
11
attachment_preview/view/attachment_preview.xml
Normal file
11
attachment_preview/view/attachment_preview.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
<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/css" href="/attachment_preview/static/src/css/attachment_preview.css" />
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user