Skip to content
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

Open
wants to merge 1 commit into
base: 17.0
Choose a base branch
from

Conversation

yankinmax
Copy link

No description provided.

@yankinmax yankinmax force-pushed the add-sale_partner_operating_unit branch 2 times, most recently from 7b197ea to cc77cb3 Compare March 11, 2025 08:00
Copy link

@SilvioC2C SilvioC2C left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is red

Comment on lines 16 to 17
and order.partner_id.operating_unit_ids
and (len(order.partner_id.operating_unit_ids) == 1)

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).

@yankinmax yankinmax force-pushed the add-sale_partner_operating_unit branch from cc77cb3 to 9e78f48 Compare March 13, 2025 11:46
@yankinmax yankinmax force-pushed the add-sale_partner_operating_unit branch from 9e78f48 to ba1f267 Compare March 13, 2025 12:02
@yankinmax
Copy link
Author

The test is failing due to an issue related to the sale_operating_unit module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants