-
-
Notifications
You must be signed in to change notification settings - Fork 804
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
[ADD] purchase_transport_mode #2039
[ADD] purchase_transport_mode #2039
Conversation
208106c
to
fcfd54c
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 overall
394921d
to
15130ca
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, not tested
6f7b01d
to
029e7fb
Compare
tests to be fixed |
029e7fb
to
2e23b4d
Compare
@simahawk tests are falling in |
it means there's a flappy test in that module... to be checked |
0a9a8bb
to
4ab24dc
Compare
@simahawk tests are fixed and test coverage improved. Can you please check again ? |
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.
beside the Json field looks good. pre-approving
4ab24dc
to
f8245b3
Compare
[FIX] purchase_transport_mode: Fix bug onchange_partner_id
f8245b3
to
2eea61b
Compare
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at cac3805. Thanks a lot for contributing to OCA. ❤️ |
Purchases can be received by different modes of transport. For example, we can have a truck capable of transporting X tonnes and another Y tonnes.
With this module it is possible to validate that the purchase complies with the requirements of a particular mode of transport.
To use this module, you need to:
When you click on Confirm order, if the transport requirements are not met, a message in yellow will be displayed at the top of the form.