Rename state from cancel to cancelled (2)

#040791
issue8927
This commit is contained in:
Raimon Esteve 2020-08-31 14:07:23 +02:00
parent c17508fab4
commit 99eaa46bf3
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="name">Cancel</field>
<field name="sequence" eval="20"/>
<field name="domain"
eval="[('state', '=', 'cancel')]"
eval="[('state', '=', 'cancelled')]"
pyson="1"/>
<field name="act_window" ref="act_window_account_payment_gateway_transaction"/>
</record>