feat: disable Bill button when order has unsent changes or is empty
This commit is contained in:
parent
59e9ea98a9
commit
6586daa494
@ -9,5 +9,9 @@
|
|||||||
<xpath expr="//button[contains(@t-on-click.stop, 'clickTransferCourse') or contains(@t-on-click, 'clickTransferCourse') or contains(., 'Transfer course')]" position="replace">
|
<xpath expr="//button[contains(@t-on-click.stop, 'clickTransferCourse') or contains(@t-on-click, 'clickTransferCourse') or contains(., 'Transfer course')]" position="replace">
|
||||||
<!-- Hidden Transfer Course button -->
|
<!-- Hidden Transfer Course button -->
|
||||||
</xpath>
|
</xpath>
|
||||||
|
<!-- Disable Bill button if there are unsent changes -->
|
||||||
|
<xpath expr="//button[@t-on-click='clickPrintBill']" position="attributes">
|
||||||
|
<attribute name="t-att-disabled">!pos.getOrder()?.getOrderlines()?.length or pos.getOrderChanges().nbrOfChanges</attribute>
|
||||||
|
</xpath>
|
||||||
</t>
|
</t>
|
||||||
</templates>
|
</templates>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user