mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-24 06:07:44 -06:00
[ADD] document_page_reference
This commit is contained in:
committed by
Jaime Arroyo
parent
9ae45f798b
commit
28be8f7258
8
document_page_reference/views/assets.xml
Normal file
8
document_page_reference/views/assets.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
<template id="assets_backend" name="document_page_reference assets" inherit_id="web_editor.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/document_page_reference/static/src/js/editor.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user