Skip to content

Commit

Permalink
[IMP] stock_release_channel_shipment_advice_deliver: Improve deliver …
Browse files Browse the repository at this point in the history
…wizard width
  • Loading branch information
rousseldenis committed Oct 16, 2024
1 parent 6417020 commit 132812f
Showing 1 changed file with 17 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,23 @@
/><br />
<b>Are you sure you want to proceed with the delivery?</b>
</p>
<group>
<field name="allowed_to_unrelease_picking_ids" nolabel="1">
<tree edit="false">
<field name="name" />
<field name="origin" />
<field name="partner_id" />
<field
name="state"
optional="show"
widget="badge"
decoration-danger="state=='cancel'"
decoration-info="state== 'assigned'"
decoration-muted="state == 'draft'"
decoration-success="state == 'done'"
decoration-warning="state not in ('draft','cancel','done','assigned')"
/>
</tree>
</field>
</group>
<field name="allowed_to_unrelease_picking_ids" nolabel="1">
<tree edit="false">
<field name="name" />
<field name="origin" />
<field name="partner_id" />
<field
name="state"
optional="show"
widget="badge"
decoration-danger="state=='cancel'"
decoration-info="state== 'assigned'"
decoration-muted="state == 'draft'"
decoration-success="state == 'done'"
decoration-warning="state not in ('draft','cancel','done','assigned')"
/>
</tree>
</field>
<footer>
<button
string="Cancel the deliver"
Expand Down

0 comments on commit 132812f

Please sign in to comment.