Tower: upload laundry_management 19.0.19.0.4 (was 19.0.19.0.4, via marketplace)

This commit is contained in:
2026-05-02 11:57:30 +00:00
parent ee9b1958f1
commit d7bc4a4b88
230 changed files with 17001 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="laundry_management.ControlButtons" t-inherit="point_of_sale.ControlButtons" t-inherit-mode="extension">
<xpath expr="//t[@t-if='props.showRemainingButtons']/div[hasclass('control-buttons-modal')]" position="inside">
<button t-att-class="buttonClass" t-on-click="onClickSettleDues">
<i class="fa fa-money me-1" role="img" aria-label="Settle Dues" title="Settle Dues" />
Settle Dues
</button>
<button t-att-class="buttonClass" t-on-click="onClickViewLaundryOrders">
<i class="fa fa-list me-1" role="img" aria-label="View Laundry Orders" title="View Laundry Orders" />
Laundry Orders
</button>
</xpath>
</t>
</templates>