-
-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[14.0][FIX] stock_location_orderpoint_source_relocate #1847
[14.0][FIX] stock_location_orderpoint_source_relocate #1847
Conversation
Hi @mt-software-de, |
367600e
to
d9b0d0e
Compare
1f2392e
to
c969825
Compare
Make setup methods as classmethod
c969825
to
c869e6d
Compare
Could you push your latest commits? |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor remarks. LGTM
cls._create_incoming_move(10, cls.replenishment_location) | ||
|
||
def test_auto_replenishment_without_relocation(self): | ||
job_func = self.env["stock.location.orderpoint"].run_auto_replenishment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cls._create_incoming_move(10, cls.replenishment_location) | |
def test_auto_replenishment_without_relocation(self): | |
job_func = self.env["stock.location.orderpoint"].run_auto_replenishment | |
cls._create_incoming_move(10, cls.replenishment_location) | |
cls.job_func = cls.env["stock.location.orderpoint"].run_auto_replenishment | |
def test_auto_replenishment_without_relocation(self): | |
job_func = self.job_func |
Could you move this also to the setUpClass?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Check orderpoints also for non relocated moves Fix quantity to replenish in case of partial source relocation
c869e6d
to
15b7ac7
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Hi @mt-software-de, |
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 400db83. Thanks a lot for contributing to OCA. ❤️ |
Check orderpoints also for non relocated moves
Fix quantity to replenish in case of partial relocation (move partially available)
Depends on:
cc @mt-software-de @rousseldenis