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
382 B

  1. <!--
  2. ~ Copyright 2019 LevelPrime
  3. ~ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
  4. -->
  5. <templates id="template" xml:space="preserve">
  6. <t t-extend="Orderline">
  7. <t t-jquery=".price" t-operation="before">
  8. <button class="remove-line-button">
  9. <i class="fa fa-trash-o"/>
  10. </button>
  11. </t>
  12. </t>
  13. </templates>