-
-
Notifications
You must be signed in to change notification settings - Fork 62
[18.0][MIG] apps_download #101
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
Open
ntsirintanis
wants to merge
23
commits into
OCA:18.0
Choose a base branch
from
Therp:18.0-mig-apps_download
base: 18.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
Conversation
This file contains hidden or 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
* Download file name Fix (OCA#18) * update products attributes and create attribute values (OCA#40) * [FIX]update the product for the new version * [FIX]max version problem and also rewrite logic so the from fronend if the version is not selected manually then the default(with less sequence) will be downloaded * [IMP]added technical name search functionality * [IMP]Merged create and update product cron job * [FIX]fix variable names * 11.0 issue OCA#50 add the module technical name in front page (OCA#52) * [FIX][49] solve pager with search parameter * [IMP]website_apps_store : add technical name in front page * [IMP]website_apps_store : add website tour to search technical name * [FIX]website_apps_store : add demo/product_template_demo.xml in menifest.py
Currently translated at 100.0% (15 of 15 strings) Translation: apps-store-12.0/apps-store-12.0-apps_download Translate-URL: https://translation.odoo-community.org/projects/apps-store-12-0/apps-store-12-0-apps_download/pt_BR/
Currently translated at 72.7% (8 of 11 strings) Translation: apps-store-12.0/apps-store-12.0-apps_download Translate-URL: https://translation.odoo-community.org/projects/apps-store-12-0/apps-store-12-0-apps_download/es/
Currently translated at 72.7% (8 of 11 strings) Translation: apps-store-12.0/apps-store-12.0-apps_download Translate-URL: https://translation.odoo-community.org/projects/apps-store-12-0/apps-store-12-0-apps_download/it/
product.product has no attribute_value_ids, causing errors like [13.0] apps_download: Error while trying to download an app (base_import_async) OCA#80 This checks the correct product_template_attribute_value_ids associated
Give a proper warning when the module's code does not exist in disk yet instead of an exception
This field is needed in this module but was only being declared in the apps_download module. apps_download depends on this, so we can move the field declaration here. TT30343
Field datas_fname is no longer used TT30343
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: apps-store-14.0/apps-store-14.0-apps_download Translate-URL: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_download/
Currently translated at 100.0% (11 of 11 strings) Translation: apps-store-14.0/apps-store-14.0-apps_download Translate-URL: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_download/es/
Currently translated at 100.0% (11 of 11 strings) Translation: apps-store-14.0/apps-store-14.0-apps_download Translate-URL: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_download/it/
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.
Depends on #100