Skip to content

Commit

Permalink
[13.0] [FIX] stock_ux: Add field name to stock_picking_views
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadhoc committed Aug 28, 2020
1 parent 69b31d0 commit 99047a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stock_ux/views/stock_picking_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<field name="partner_id" position="attributes">
<attribute name="attrs"></attribute>
</field>
<field name="description_picking" position="after">
<field name="name" string="Descripción de origen" optional="hide"/>
</field>
<field name="name" position="after">
<button name="add_picking_operation" class="oe_inline oe_right" type="object" string="Process Products" attrs="{'invisible': [('state', 'not in', ['confirmed', 'assigned'])]}"/>
</field>
Expand Down

0 comments on commit 99047a7

Please sign in to comment.