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.

19 lines
781 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="assets_backend"
  4. name="Backend Assets (used in backend interface)"
  5. inherit_id="web.assets_backend">
  6. <xpath expr="." position="inside">
  7. <script type="text/javascript"
  8. src="/base_custom_info/static/src/js/custom_info_renderer.js"/>
  9. <script type="text/javascript"
  10. src="/base_custom_info/static/src/js/custom_info_view.js"/>
  11. <script type="text/javascript"
  12. src="/base_custom_info/static/src/js/relational_fields.js"/>
  13. <link rel="stylesheet" type="text/scss"
  14. href="/base_custom_info/static/src/scss/custom_info.scss"/>
  15. </xpath>
  16. </template>
  17. </odoo>