-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
[17.0][ADD] sale_partner_operating_unit #750
base: 17.0
Are you sure you want to change the base?
Conversation
7b197ea
to
cc77cb3
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.
CI is red
and order.partner_id.operating_unit_ids | ||
and (len(order.partner_id.operating_unit_ids) == 1) |
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.
You can remove the and order.partner_id.operating_unit_ids
condition: it's implicitly checked by the count of them (if there's no partner, or no OU on the partner, then len(order.partner_id.operating_unit_ids)
will be 0).
cc77cb3
to
9e78f48
Compare
9e78f48
to
ba1f267
Compare
The test is failing due to an issue related to the |
No description provided.