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.

23 lines
859 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2015-Today GRAP (http://www.grap.coop)
  4. @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  5. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. -->
  7. <openerp><data>
  8. <!-- JS Files -->
  9. <template id="assets_backend" name="point_of_sale assets2" inherit_id="web.assets_backend">
  10. <xpath expr="." position="inside">
  11. <script type="text/javascript" src="/pos_tare/static/src/js/pos_tare.js"></script>
  12. </xpath>
  13. </template>
  14. <!-- CSS Files -->
  15. <template id="index" name="pos_tare index" inherit_id="point_of_sale.index">
  16. <xpath expr="//link[@id='pos-stylesheet']" position="after">
  17. <link rel="stylesheet" href="/pos_tare/static/src/css/pos_tare.css" id="pos_tare-stylesheet"/>
  18. </xpath>
  19. </template>
  20. </data></openerp>