Skip to content

Commit 974cea1

Browse files
Update stock_picking_stage/views/stock_picking_view.xml
Co-authored-by: Ricardoalso <112623095+Ricardoalso@users.noreply.github.com>
1 parent ac729a4 commit 974cea1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stock_picking_stage/views/stock_picking_view.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<div name="button_box" position="after">
1515
<widget
1616
name="picking_stage_ribbon"
17-
field_name="picking_stage_code"
18-
bg_color_field="picking_stage_color"
19-
invisible="not id or not (picking_stage_id or picking_stage_code)"
17+
field_name="stage_code"
18+
bg_color_field="stage_color"
19+
invisible="not id or not (stage_id or stage_code)"
2020
/>
2121
</div>
2222
</field>

0 commit comments

Comments
 (0)