fix purchase confirm states

This commit is contained in:
ronozoro 2024-11-16 17:07:57 -08:00
parent 5f88b99e05
commit 9b364aa434
No known key found for this signature in database
GPG Key ID: 7C2BDED35C62C0F3
1 changed files with 1 additions and 1 deletions

View File

@ -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>