Skip to content

Commit

Permalink
Merge PR #1939 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by Kev-Roche
  • Loading branch information
OCA-git-bot committed Oct 9, 2024
2 parents 9e43f38 + 042d190 commit b4b9ce4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions product_route_profile/tests/test_product_route_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def test_2_force_route_profile(self):
self.product.with_company(
self.env.company
).force_route_profile_id = self.route_profile_2.id
self.assertEqual(self.product.route_profile_id, self.route_profile_1)
self.assertEqual(
self.product.with_company(self.env.company).route_ids,
self.route_profile_2.route_ids,
Expand Down
6 changes: 6 additions & 0 deletions product_route_profile/views/product_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<xpath expr="//field[@name='route_ids']/parent::div" position="attributes">
<attribute name="attrs">{'invisible': True}</attribute>
</xpath>
<xpath expr="//field[@name='route_ids']" position="attributes">
<attribute name="readonly">1</attribute>
</xpath>
<xpath expr="//label[@for='route_ids']" position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
<xpath expr="//group[@name='operations']" position="inside">
<field
name="route_profile_id"
Expand Down

0 comments on commit b4b9ce4

Please sign in to comment.