-
-
Notifications
You must be signed in to change notification settings - Fork 62
[18.0][MIG] website_apps_store #102
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
Draft
ntsirintanis
wants to merge
41
commits into
OCA:18.0
Choose a base branch
from
Therp:18.0-mig-website_apps_store
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.
Draft
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
When the related module has no icon, show a default 'OCA' icon from the static path.
* [IMP] website_apps_store: remove author filter from shop * [FIX]apps_product_creator: fix the broken image path problem with github direct link * [FIX]rename method with proper name * [FIX] solve the problem for renaming function * [FIX] reoved the author test cases
* [IMP] apps-store: - Shop: * Removed filter by author. * Added a more informative placeholder to the searchbox * Added categories of apps to public categories. * Added a filter `All` option for categories dropdown. * Removed sort by price. - Changed the way products are created, now products are related to their correspondant category. (used the ones from Odoo.com/apps) - On PDP added the version of the app if it has no variants. * [REF] if no category found will defailt to 'Other' category
Fix the overflow in the repository URL on the product shop page.
Remove qweb changes that are made to the product image in the webshop, because they are no longer needed (a default image is set on each product now).
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 * change version number * [IMP]Merged create and update product cron job * [FIX]fix variable names Fix Bad rendering of links inside README (OCA#42) * [FIX][OCA#37]fix rendering from README * [ADD]added CONTRIBUTORS * [FIX] Sorting problem. sorted(for getting default version) as similar as it is sorted from website view [FIX]visibility for the selected options and filters improvements (OCA#43) * [FIX]visibility for the selection options and do not loss the selection option when we change filter from maturity to version etc. * [VER]Added Version number [FIX]CSS module description [FIX]website_apps_store: fix the shop pager [FIX][49] solve pager with search parameter (OCA#51) Sort by Download and rating (OCA#46) * [WIP] added initial support for Google recaptcha * [WIP]added dependencies * [IMP]Added google captcha with download functionality with reset and validation * [IMP]added download count fields and increament it when donwloaded * [ADD]added missing files * [IMP]website_apps_store: add sort by download count on website * remove console and not extra space * [VER]changed version number * [FIX]website_apps_store: fix test case error * [FIX]reset only if google recaptcha is initiated 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 [FIX] website product page event not define problem [FIX]fix 403 public user error [FIX]website_apps_store: attribute value change was not changing the href for the repository. OCA#56
Currently translated at 80.0% (20 of 25 strings) Translation: apps-store-12.0/apps-store-12.0-website_apps_store Translate-URL: https://translation.odoo-community.org/projects/apps-store-12-0/apps-store-12-0-website_apps_store/hr/
Currently translated at 88.0% (22 of 25 strings) Translation: apps-store-12.0/apps-store-12.0-website_apps_store Translate-URL: https://translation.odoo-community.org/projects/apps-store-12-0/apps-store-12-0-website_apps_store/it/
Since 643c8a9dce9455fe614f73ed97a793856e3608e7, the template is different and the xpath is not valid anymore. We remove it instead of updating the xpath, as the changes seem redundant anyway.
It was renamed from v12 to v13.
Steps to reproduce the problem: - Have a module like base_location with the initial version with website URL A, and a newer version with website URL B - Switch the version in the shop product detail. - The text of the URL is changed, but not the href. Fixes OCA/website#858
That xpath was intended for hiding the "30 days guarantee" text, but it's not present anymore that way in v14, and it was anyways a very weak selector.
When opening the shopping page without filters, an error is raised. That's because, when no category is provided to filter, it's not handled correctly. To solve the above, this change ensures the category is always provided as a recordset, as required by Odoo in newer versions [1]. [1] odoo/odoo@930238404de8
Previous selector was placing the button in the middle of a t-if/t-elif/t-else sequence, breaking it. Now it's place at the end of this sequence.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: apps-store-14.0/apps-store-14.0-website_apps_store Translate-URL: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-website_apps_store/
Currently translated at 100.0% (30 of 30 strings) Translation: apps-store-14.0/apps-store-14.0-website_apps_store Translate-URL: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-website_apps_store/es/
Currently translated at 100.0% (30 of 30 strings) Translation: apps-store-14.0/apps-store-14.0-website_apps_store Translate-URL: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-website_apps_store/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
#101