-
-
Notifications
You must be signed in to change notification settings - Fork 534
[17.0][MIG] website_sale_stock_provisioning_date: Migration to 17.0 #949
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][MIG] website_sale_stock_provisioning_date: Migration to 17.0 #949
Conversation
a33befe to
7f9f9c2
Compare
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.
0be5ece to
3702320
Compare
|
@pedrobaeza all checks green. |
|
Right now we are not needing this module in 17, but I tag it and it can be reviewed by others. /ocabot migration website_sale_stock_provisioning_date |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
@pedrobaeza Can you put the tag "no stale" to prevent the pr from closing, please |
|
@arantxa-s73 please rebase for having a running runboat, and review it for getting this merged. |
3702320 to
c24526f
Compare
|
@pedrobaeza ready |
|
One of your team may review it. |
|
Please reduce administrative commits |
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: e-commerce-16.0/e-commerce-16.0-website_sale_stock_provisioning_date Translate-URL: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_stock_provisioning_date/
Currently translated at 100.0% (5 of 5 strings) Translation: e-commerce-16.0/e-commerce-16.0-website_sale_stock_provisioning_date Translate-URL: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_stock_provisioning_date/es/
Currently translated at 100.0% (5 of 5 strings) Translation: e-commerce-16.0/e-commerce-16.0-website_sale_stock_provisioning_date Translate-URL: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_stock_provisioning_date/it/
c24526f to
c353037
Compare
pilarvargas-tecnativa
left a comment
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.
|
This PR has the |
|
/ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at 4604ce9. Thanks a lot for contributing to OCA. ❤️ |
Description
This PR migrates the module
website_sale_stock_provisioning_datefrom Odoo version 16.0 to 17.0, ensuring compatibility with the latest version of Odoo and adopting improvements introduced in the API and module structure.Key Changes