Skip to content

Commit

Permalink
Merge PR #504 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by LoisRForgeFlow
  • Loading branch information
OCA-git-bot committed Feb 3, 2025
2 parents 3985612 + 7673c07 commit cd34c17
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ddmrp/tests/test_ddmrp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,15 +1141,7 @@ def test_44_resupply_from_another_warehouse(self):
],
}
)
# because of the issue discussed here https://github.com/odoo/odoo/pull/188846
# we need to apply routes explicitly in the proper order (by sequence)
self.product_purchased.route_ids = [
(
6,
0,
(route + self.env.ref("purchase_stock.route_warehouse0_buy")).ids,
)
]
self.product_purchased.route_ids |= route
buffer_distributed = self.bufferModel.create(
{
"buffer_profile_id": self.buffer_profile_distr.id,
Expand Down

0 comments on commit cd34c17

Please sign in to comment.