-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
Open
arantxa-s73
wants to merge
16
commits into
OCA:17.0
Choose a base branch
from
Studio73:17.0-mig-website_sale_stock_provisioning_date
base: 17.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[17.0][MIG] website_sale_stock_provisioning_date: Migration to 17.0 #949
arantxa-s73
wants to merge
16
commits into
OCA:17.0
from
Studio73:17.0-mig-website_sale_stock_provisioning_date
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arantxa-s73
changed the title
17.0][MIG] website_sale_stock_provisioning_date: Migration to 17.0
[17.0][MIG] website_sale_stock_provisioning_date: Migration to 17.0
Jul 9, 2024
miguel-S73
force-pushed
the
17.0-mig-website_sale_stock_provisioning_date
branch
from
August 9, 2024 09:04
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.
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/
miguel-S73
force-pushed
the
17.0-mig-website_sale_stock_provisioning_date
branch
4 times, most recently
from
October 28, 2024 11:31
c50aa39
to
0be5ece
Compare
miguel-S73
force-pushed
the
17.0-mig-website_sale_stock_provisioning_date
branch
from
October 28, 2024 11:37
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR migrates the module
website_sale_stock_provisioning_date
from 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