Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Sep 26, 2024
1 parent 273407e commit f198f62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sale_order_global_stock_route/views/sale_order_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
disappear in v13. So we use the same group that route_id
field in sale order lines.
-->
<field name="route_id" attrs="{'readonly': [('state', 'in', ('sale', 'done'))]}" groups="stock.group_adv_location" />
<field
name="route_id"
attrs="{'readonly': [('state', 'in', ('sale', 'done'))]}"
groups="stock.group_adv_location"
/>
</field>
</field>
</record>
Expand Down

0 comments on commit f198f62

Please sign in to comment.