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.

13 lines
585 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <!-- the name of template will affect the order include the js,
  5. this js file should load after annoucement.js to override function
  6. in annoucement.js file -->
  7. <template id="assets_backend" name="mail disable_odoo_online assets" inherit_id="web.assets_backend">
  8. <xpath expr="." position="inside">
  9. <script type="text/javascript" src="/disable_odoo_online/static/src/js/disable_odoo_online.js"></script>
  10. </xpath>
  11. </template>
  12. </data>
  13. </openerp>