You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
473 B
11 lines
473 B
<odoo>
|
|
<data>
|
|
<template id="assets_backend" inherit_id="web.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<script src="/galicea_toolset/static/src/js/iframe_widget.js" type="text/javascript" />
|
|
<script src="/galicea_toolset/static/src/js/one2many_flexible_widget.js" type="text/javascript" />
|
|
<script src="/galicea_toolset/static/src/js/client_actions.js" type="text/javascript" />
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo>
|