mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-24 06:07:44 -06:00
[IMP] document_page_reference: black, isort, prettier
This commit is contained in:
committed by
Michael Telahun
parent
f71686f218
commit
6b82603534
@@ -1,8 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<template id="assets_backend" name="document_page_reference assets" inherit_id="web_editor.assets_backend">
|
||||
<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>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/document_page_reference/static/src/js/editor.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user