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

[15.0][IMP] delivery_package_number: Allow force set package number at partner level and picking operation #917

Draft
wants to merge 1 commit into
base: 15.0
Choose a base branch
from

Conversation

sergio-teruel
Copy link
Contributor

cc @Tecnativa TT51855

ping @carlosdauden @chienandalu

Migration script missing

Comment on lines -9 to +14
force_set_number_of_packages = fields.Boolean()
force_set_number_of_packages = fields.Selection(
[
("always", "Always"),
("partner", "Partner condition"),
]
)
Copy link
Member

Choose a reason for hiding this comment

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

You will need a migration script for this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes! I know, i wrote in my comment

@sergio-teruel sergio-teruel force-pushed the 15.0-IMP-delivery_package_number-cross-dock branch from a71cb8c to c9a2dfa Compare December 20, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants