We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae62fa commit aa3c5c8Copy full SHA for aa3c5c8
2 files changed
stock_ux/__manifest__.py
@@ -19,7 +19,7 @@
19
##############################################################################
20
{
21
"name": "Stock UX",
22
- "version": "19.0.1.2.0",
+ "version": "19.0.1.3.0",
23
"category": "Warehouse Management",
24
"sequence": 14,
25
"summary": "",
stock_ux/views/stock_picking_views.xml
@@ -43,6 +43,9 @@
43
<page name="note" position="attributes">
44
<attribute name="invisible">1</attribute>
45
</page>
46
+ <xpath expr="//button[@name='%(stock.act_stock_return_picking)d']" position="attributes">
47
+ <attribute name="invisible">state != 'done'</attribute>
48
+ </xpath>
49
</field>
50
</record>
51
0 commit comments