Skip to content

Commit

Permalink
stock_available_to_promise_release: fix view
Browse files Browse the repository at this point in the history
Revert to standard label on stock move form view as standard view changed to display label according to state
  • Loading branch information
jbaudoux committed Dec 2, 2024
1 parent 9cd26e2 commit 2a44f82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stock_available_to_promise_release/views/stock_move_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
<field name="inherit_id" ref="stock.view_move_form" />
<field eval="900" name="priority" />
<field name="arch" type="xml">
<field name="date" position="attributes">
<attribute name="string">Shipment date</attribute>
</field>
<group name="main_grp_col2" position="inside">
<field name="ordered_available_to_promise_uom_qty" />
<field name="date_priority" />
Expand Down

0 comments on commit 2a44f82

Please sign in to comment.