17 lines
464 B
XML
17 lines
464 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
|
|
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). -->
|
|
<odoo>
|
|
|
|
<template
|
|
id="assets_editor"
|
|
inherit_id="website.assets_editor">
|
|
<xpath expr=".">
|
|
<script
|
|
type="text/javascript"
|
|
src="/website_multi_theme/static/src/js/theme.js"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|