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.

16 lines
605 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright 2019 Coop IT Easy SCRLfs
  4. Robin Keunen <robin@coopiteasy.be>
  5. Vincent Van Rossem <vvrossem@gmail.com>
  6. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  7. -->
  8. <odoo>
  9. <template id="assets_frontend" inherit_id="point_of_sale.assets">
  10. <xpath expr="." position="inside">
  11. <script type="text/javascript" src="/pos_toledo_product/static/src/js/devices.js"/>
  12. <script type="text/javascript" src="/pos_toledo_product/static/src/js/screens.js"/>
  13. </xpath>
  14. </template>
  15. </odoo>