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.

18 lines
551 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <template
  5. id="assets_backend"
  6. name="pos_restricted_customer_list assets"
  7. inherit_id="web.assets_backend"
  8. >
  9. <xpath expr="." position="inside">
  10. <script
  11. type="text/javascript"
  12. src="/pos_restricted_customer_list/static/src/js/pos_restricted_customer_list.js"
  13. >
  14. </script>
  15. </xpath>
  16. </template>
  17. </data>
  18. </openerp>