We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e27a2c commit b1062c4Copy full SHA for b1062c4
unlockbase_sales/views/pos_order.xml
@@ -11,7 +11,7 @@
11
</xpath>
12
<xpath expr="//header/field[@name='state']" position="before">
13
<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')]}/>
+ <button name="action_cancel_order" string="Cancel unlock order" class="oe_highlight" type="object" attrs="{'invisible':[('ub_order_state','!=','placed')]}"/>
15
16
<xpath expr="//notebook/page[last()]" position="after">
17
<page id="unlockbase_mobile_data" string="Unlock">
0 commit comments