Skip to content

Conversation

@ntsirintanis
Copy link

tafaRU and others added 30 commits October 31, 2025 11:05
- Renamed attribute names on product.product model;
- Removed some unused attribute definition on product.product model;
- Attribute image_module on product.template is now not stored;
- Views definition made compliant with OCA guidelines;
- Added values 5, 6, 6.1, 7 and 11 to product attribute Odoo Version;
- On odoo.module form views, replaced "Create Products" with Smartbutton for showing related product variants;
 - Products created from modules are now set as not purchasable and with 0 cost and sell price;
 - Rearranged product.product view definition in "Module Informations" tab;
* [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
* [ADD] Add the Module maturity on the created product variant

* [UPD] Update readme to new format, add changelog
* [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
…CA#22)

* [FIX] solve problem in case of multiple version for the one module

* Dump version number
Victor Martin and others added 28 commits October 31, 2025 11:05
* Add XML-ID if 12.0 attribute value was manually added in the DB
* Add in advance 13.0 and 14.0 attribute versions for avoiding this problem in future versions
Translated using Weblate (Italian)

Currently translated at 95.7% (45 of 47 strings)

Translation: apps-store-12.0/apps-store-12.0-apps_product_creator
Translate-URL: https://translation.odoo-community.org/projects/apps-store-12-0/apps-store-12-0-apps_product_creator/it/
Currently translated at 100.0% (46 of 46 strings)

Translation: apps-store-13.0/apps-store-13.0-apps_product_creator
Translate-URL: https://translation.odoo-community.org/projects/apps-store-13-0/apps-store-13-0-apps_product_creator/es_AR/
A product.attribute.value was being compared to a product.attribute
This makes the correct association to avoid errors
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
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: apps-store-14.0/apps-store-14.0-apps_product_creator
Translate-URL: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_product_creator/
Currently translated at 88.0% (44 of 50 strings)

Translation: apps-store-14.0/apps-store-14.0-apps_product_creator
Translate-URL: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_product_creator/it/
Currently translated at 100.0% (50 of 50 strings)

Translation: apps-store-14.0/apps-store-14.0-apps_product_creator
Translate-URL: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_product_creator/es/
Currently translated at 100.0% (50 of 50 strings)

Translation: apps-store-14.0/apps-store-14.0-apps_product_creator
Translate-URL: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_product_creator/it/
Currently translated at 100.0% (50 of 50 strings)

Translation: apps-store-14.0/apps-store-14.0-apps_product_creator
Translate-URL: https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_product_creator/it/
…product

In some case were product template has been archived and unpublished, while
module come back active in a given set of module, ensure product is active
and published.
When the link between the variant and the odoo module at a specific version is lost (i.e. product.product.odoo_module_version_id is empty),
the odoo.module._update_product() should be able to restore 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.