-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
[16.0][IMP] sale_order_import: Add confirm_order flag to wizard #839
[16.0][IMP] sale_order_import: Add confirm_order flag to wizard #839
Conversation
d69cdeb
to
890dcf7
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.
Cool, thank you!
Few remarks:
- would be nice to have a test
- please rewrite the commit msg
[IMP] sale_order_import: add confirm_order flag to wizard
When the flag is enabled, the order will be automatically confirmed.
Mostly used when the wizard is used as a tool to import orders.
When the flag is enabled, the order will be automatically confirmed. Mostly used when the wizard is used as a tool to import orders.
890dcf7
to
686723f
Compare
Thank @simahawk , I updated |
/ocabot merge minor |
On my way to merge this fine PR! |
Congratulations, your PR was merged at f2801ed. Thanks a lot for contributing to OCA. ❤️ |
FTR while working on #1090 I've spotted a bug here. I'll fwd port from there when merged. |
When the flag is enabled, the order will be automatically confirmed.
Mostly used when the wizard is used as a tool to import orders.