Skip to content

Commit

Permalink
[IMP] stock_picking_package_usability: Improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis committed Jan 24, 2025
1 parent 65e5c6d commit e229bd2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions stock_picking_package_usability/views/stock_picking_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
</button>
</div>
<field name="picking_type_id" position="after">
<field name="qty_packages" />
<button
name="action_create_package"
type="object"
string="Create Packs"
attrs="{'invisible': [('state', 'in', ('draft', 'done', 'cancel'))]}"
/>
<label for="qty_packages"/>

<div class="o_row">
<field name="qty_packages"/>
<button name="action_create_package" type="object" string="Create Packs" attrs="{'invisible': [('state', 'in', ('draft', 'done', 'cancel'))]}"/>
</div>
</field>
</field>
</record>
Expand Down

0 comments on commit e229bd2

Please sign in to comment.