-
-
Notifications
You must be signed in to change notification settings - Fork 126
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][IMP] shipment advice: Auto close incoming #132
[14.0][IMP] shipment advice: Auto close incoming #132
Conversation
ping @henrybackman |
2e02852
to
cdfcf6d
Compare
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.
LG, minor comment
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.
I would not make unittest classmethod private
Can you put original author copyright where relevant (for the code coming from superseded PR)?
cc @TDu |
ea21f7f
to
bb30dab
Compare
I will rename the the methods and will remove the assert from all. |
From the original PR is nothing left. |
1e28a22
to
18ba93d
Compare
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.
FYI, it is easier to port commits across version if you don't touch generated files (README & index) in IMP and FIX PRs. Less risks to have conflicts
If using pre-commit, you can solve this with
export SKIP=oca-gen-addon-readme
Thx. That was a mistake i will remove it. |
If a move is processed the related incoming shipment advice will be set to done if all planned moves are done or canceled
…ad of the recordset
18ba93d
to
2224ba2
Compare
Done. |
/ocabot merge minor |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 26c368b. Thanks a lot for contributing to OCA. ❤️ |
This supersedes #128.
If a move is set to done or cancel incoming shipment advises will be also set to done
if all planned moves are done or cancelled.
cc
@jbaudoux
@rousseldenis
Could please close the other PR.