Skip to content

Commit

Permalink
[MIG] product_route_profile: route_profile_id not mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
astirpe committed Nov 18, 2024
1 parent 94b43a8 commit 1cb9d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_route_profile/views/product_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<xpath expr="//group[@name='operations']" position="inside">
<field
name="route_profile_id"
attrs="{'invisible': [('type', 'not in', ['product', 'consu'])], 'required': [('type', 'in', ['product', 'consu'])]}"
attrs="{'invisible': [('type', 'not in', ['product', 'consu'])]}"
/>
<field
name="force_route_profile_id"
Expand Down

0 comments on commit 1cb9d93

Please sign in to comment.