-
-
Notifications
You must be signed in to change notification settings - Fork 62
[18.0][MIG] apps_product_creator #100
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
61
commits into
OCA:18.0
Choose a base branch
from
Therp:18.0-mig-apps_product_creator
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
- 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
* 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.
This was referenced Oct 31, 2025
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 OCA/interface-github#139