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.

14 lines
740 B

7 years ago
7 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. <template id="index" name="pos_product_template assets" inherit_id="point_of_sale.assets">
  7. <xpath expr="//link[@id='pos-stylesheet']" position="after">
  8. <link rel="stylesheet" href="/pos_product_template/static/src/css/ppt.css" id="pos_product_template-stylesheet"/>
  9. </xpath>
  10. <xpath expr="." position="inside">
  11. <script type="text/javascript" src="/pos_product_template/static/src/js/ppt.js"></script>
  12. </xpath>
  13. </template>
  14. </odoo>