mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-27 15:17:44 -06:00
[ADD] attachment_edit
This commit is contained in:
11
attachment_edit/views/templates.xml
Normal file
11
attachment_edit/views/templates.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
<template id="assets_backend" name="attachment_edit assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/attachment_edit/static/src/js/attachment_edit.js"></script>
|
||||
<link rel="stylesheet" href="/attachment_edit/static/src/css/attachment_edit.css"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user