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.

15 lines
416 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <odoo>
  3. <template
  4. id="assets_backend"
  5. name="User Role Profile assets"
  6. inherit_id="web.assets_backend"
  7. >
  8. <xpath expr="." position="inside">
  9. <script
  10. type="text/javascript"
  11. src="/base_user_role_profile/static/src/js/switch_profile_menu.js"
  12. />
  13. </xpath>
  14. </template>
  15. </odoo>