Skip to content

Commit b1062c4

Browse files
author
ilyasProgrammer
committed
dev
1 parent 5e27a2c commit b1062c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unlockbase_sales/views/pos_order.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</xpath>
1212
<xpath expr="//header/field[@name='state']" position="before">
1313
<button name="action_place_order" string="Place unlock order" class="oe_highlight" type="object" context="{'pos_session_id' : session_id}"/>
14-
<button name="action_cancel_order" string="Cancel unlock order" class="oe_highlight" type="object" attrs="{'invisible':[('ub_order_state','!=','placed')]}/>
14+
<button name="action_cancel_order" string="Cancel unlock order" class="oe_highlight" type="object" attrs="{'invisible':[('ub_order_state','!=','placed')]}"/>
1515
</xpath>
1616
<xpath expr="//notebook/page[last()]" position="after">
1717
<page id="unlockbase_mobile_data" string="Unlock">

0 commit comments

Comments
 (0)