Skip to content

Commit

Permalink
[FIX]stock_ux:access to picking.line with a SO associated
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-adhoc committed Aug 30, 2023
1 parent 647e113 commit c7d0646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_ux/views/stock_picking_views.xml
Expand Up @@ -12,7 +12,7 @@
<attribute name="attrs"></attribute>
</field>
<field name="description_picking" position="after">
<field name="origin_description" string="Descripción de origen" optional="hide"/>
<field name="name" string="Descripción de origen" optional="hide"/>
</field>
<div name="button_box">
<button name="add_picking_operation" class="oe_inline oe_right" icon="fa-list" type="object" string="Process Products" attrs="{'invisible': [('state', 'not in', ['confirmed', 'assigned'])]}"/>
Expand Down

0 comments on commit c7d0646

Please sign in to comment.