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

5 years ago
  1. <odoo>
  2. <data>
  3. <template id="assets_backend" inherit_id="web.assets_backend">
  4. <xpath expr="." position="inside">
  5. <script src="/galicea_toolset/static/src/js/iframe_widget.js" type="text/javascript" />
  6. <script src="/galicea_toolset/static/src/js/one2many_flexible_widget.js" type="text/javascript" />
  7. <script src="/galicea_toolset/static/src/js/client_actions.js" type="text/javascript" />
  8. </xpath>
  9. </template>
  10. </data>
  11. </odoo>