-
-
Notifications
You must be signed in to change notification settings - Fork 497
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] website_sale_stock_provisioning_date: Migration to version 16.0 #846
[16.0][MIG] website_sale_stock_provisioning_date: Migration to version 16.0 #846
Conversation
Show the future provisioning date closest to the current date for a product in the eCommerce.
The provisioning date was always showing in the same format without respecting the date format defined in the language settings. It is added in function `_get_combination_info` instead of in function `_get_next_provisioning_date` so that the date is still formatted even if function `_get_next_provisioning_date` is inherited.
@pedrobaeza @chienandalu please review |
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.
Thanks @ernesto-garcia-tecnativa :)
/ocabot migration website_sale_stock_provisioning_date |
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.
/ocabot merge nobump
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 08d4dfe. Thanks a lot for contributing to OCA. ❤️ |
@Tecnativa TT44233