-
-
Notifications
You must be signed in to change notification settings - Fork 680
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][mig] stock_partner_delivery_window #1332
[16.0][mig] stock_partner_delivery_window #1332
Conversation
Two small improvements: * add a hook to change the delivery time format * no need to display seconds, hh:mm is enough
…ry_time_preference The default value introduced by workdays feature breaks the installation of Demo databases as the change is not reflected in sale_partner_delivery_window.
… field is related
version conflict prevents upload to pypi
When copying partner, if the partner's delivery time preference is time window, time window ids should be copied as well.
/ocabot migration stock_partner_delivery_window |
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.
- Functional test: ok
- pre-commit check: need to make it pass
def _get_delivery_time_format_string(self): | ||
return _("From %s to %s") | ||
|
||
def get_delivery_time_description(self): |
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.
@heliaktiv find no place call this method (get_delivery_time_description
)
Because there's no feedback from the author for a long time, i created a new PR #1378 to replace this one. |
@heliaktiv Do you agree if we switch to #1378 ? |
@heliaktiv ping |
Enough inactivity here and we've got a completed work with reviews on #1378 |
No description provided.