allow to draft dlz when state is expired
parent
5b2d9cdf82
commit
939c3e6f4d
|
@ -3,7 +3,7 @@
|
||||||
<field name="state"/>
|
<field name="state"/>
|
||||||
<button string="Options" dropdown="1">
|
<button string="Options" dropdown="1">
|
||||||
<item string="Copy" method="copy"/>
|
<item string="Copy" method="copy"/>
|
||||||
<item string="To Draft" method="to_draft" states="active,drop,cancelled"/>
|
<item string="To Draft" method="to_draft" states="active,drop,cancelled,expire"/>
|
||||||
</button>
|
</button>
|
||||||
</head>
|
</head>
|
||||||
<group span="6" columns="1">
|
<group span="6" columns="1">
|
||||||
|
|
Loading…
Reference in New Issue