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.

19 lines
910 B

6 years ago
6 years ago
6 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2014-Today Akretion (https://www.akretion.com)
  3. @author Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). -->
  5. <odoo>
  6. <!-- Add: JS Files -->
  7. <template id="assets_backend" name="point_of_sale assets2" inherit_id="point_of_sale.assets">
  8. <xpath expr="." position="inside">
  9. <script type="text/javascript" src="/pos_product_template/static/src/js/ppt.js"></script>
  10. </xpath>
  11. </template>
  12. <!-- Add: CSS Files -->
  13. <template id="index" name="pos_product_template assets" inherit_id="point_of_sale.assets">
  14. <xpath expr="//link[@id='pos-stylesheet']" position="after">
  15. <link rel="stylesheet" href="/pos_product_template/static/src/css/ppt.css" id="pos_product_template-stylesheet"/>
  16. </xpath>
  17. </template>
  18. </odoo>