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
430 B

  1. <openerp>
  2. <data>
  3. <template id="pos_gift_ticket_assets_backend"
  4. name="pos_gift_ticket_assets_backend"
  5. inherit_id="point_of_sale.assets_backend">
  6. <xpath expr="." position="inside">
  7. <script src="/pos_gift_ticket/static/src/js/main.js"
  8. type="text/javascript"></script>
  9. </xpath>
  10. </template>
  11. </data>
  12. </openerp>