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.

9 lines
350 B

  1. <odoo>
  2. <template id="assets" inherit_id="point_of_sale.assets">
  3. <xpath expr="." position="inside">
  4. <script type="text/javascript"
  5. src="/beesdoo_pos/static/src/js/beesdoo.js"></script>
  6. <link rel='stylesheet' href="/beesdoo_pos/static/src/css/beesdoo.css" />
  7. </xpath>
  8. </template>
  9. </odoo>