fix purchase confirm states
This commit is contained in:
parent
5f88b99e05
commit
9b364aa434
|
|
@ -36,7 +36,7 @@
|
|||
<field name="cron_end_date" invisible="1"/>
|
||||
</xpath>
|
||||
<xpath expr="//button[@name='button_confirm']" position="replace">
|
||||
<button name="button_confirm" type="object" states="sign" string="Confirm Order"
|
||||
<button name="button_confirm" type="object" states="sign,sent" string="Confirm Order"
|
||||
class="oe_highlight" id="bid_confirm"/>
|
||||
</xpath>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue