-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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][FIX] sale_order_carrier_auto_assign: fix all service #3088
[16.0][FIX] sale_order_carrier_auto_assign: fix all service #3088
Conversation
3279619
to
c5e7118
Compare
c5e7118
to
bfa00bb
Compare
@@ -4,10 +4,10 @@ | |||
"name": "Sale Order Carrier Auto Assign", | |||
"summary": "Auto assign delivery carrier on sale order confirmation", | |||
"version": "16.0.1.1.0", | |||
"development_status": "Alpha", |
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.
If it's not Alpha
, is it Beta
/Mature
/Production/Stable
?
I think we should not remove it, I do not know the default value...?
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.
Default is Beta
@sebalix Can we merge this? |
ping @sebalix |
/ocabot merge minor |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 79702ea. Thanks a lot for contributing to OCA. ❤️ |
Do not add carrier when SO contains only service lines
Also increased test coverage
Removed Alpha status
@sebalix @simahawk @santostelmo