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.

20 lines
622 B

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. ~ Copyright 2019 LevelPrime
  4. ~ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
  5. -->
  6. <odoo>
  7. <template id="assets" inherit_id="point_of_sale.assets">
  8. <xpath expr="." position="inside">
  9. <link
  10. rel="stylesheet"
  11. type="text/less"
  12. href="/pos_order_remove_line/static/src/less/order_line.less"
  13. />
  14. <script
  15. type="text/javascript"
  16. src="/pos_order_remove_line/static/src/js/order_line.js"
  17. />
  18. </xpath>
  19. </template>
  20. </odoo>