Skip to content

Conversation

@ntsirintanis
Copy link

@ntsirintanis ntsirintanis commented Nov 3, 2025

depends on
#100
#101

Divya Modi and others added 30 commits October 31, 2025 14:33
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.
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.
luisg123v and others added 11 commits October 31, 2025 14:33
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.