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.

20 lines
837 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--Copyright 2015 igallyamov <https://github.com/igallyamov>
  3. Copyright 2016 ufaks <https://github.com/ufaks>
  4. Copyright 2019 Kolushov Alexandr <https://it-projects.info/team/kolushovalexandr>
  5. License MIT (https://opensource.org/licenses/MIT). -->
  6. <openerp>
  7. <template id="assets" inherit_id="point_of_sale.assets">
  8. <xpath expr="." position="inside">
  9. <script type="text/javascript" src="/pos_keyboard/static/src/js/pos.js" />
  10. </xpath>
  11. </template>
  12. <template id="demo_assets_backend" inherit_id="web.assets_backend">
  13. <xpath expr="." position="inside">
  14. <script
  15. type="text/javascript"
  16. src="/pos_keyboard/static/src/js/test_pos_keyboard.js"
  17. />
  18. </xpath>
  19. </template>
  20. </openerp>