| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Discuss (mail) • Invoicing (account) |
| Lines of code | 96 |
| Technical Name |
website_sale_product_variant_description |
| Versions | 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0 |
eCommerce Product Variant Description
Show description for every variant specifically on website
Few Words About The eCommerce Product Variant Description
Show description for every variant specifically on website and it will changes when user change the variant.
Work Flow: How The eCommerce Product Variant
Description
Works
Variant description in backend.
Variant description in website.
Please log in to comment on this module
There are no ratings yet!
Hello ErpMstar team, I purchased your module "eCommerce Product Variant Description" (website_sale_product_variant_description) for Odoo 19.0. The module fails to install with the following error: ModuleNotFoundError: No module named 'odoo.addons.sale.controllers.variant' The root cause: your controller imports from odoo.addons.sale.controllers.variant (VariantController), which does not exist in Odoo 19. In Odoo 19, the variant controller has been moved to odoo.addons.website_sale.controllers.variant (WebsiteSaleVariantController). Additionally, I found two more compatibility issues: 1. The JavaScript file uses the legacy Odoo 14–16 API (odoo.define, require('web.core'), publicWidget.registry.WebsiteSale.include). Odoo 19 uses the OWL framework, so the entire JS needs to be rewritten. 2. The XML template targets //div[@id='product_attributes_simple'] which may not exist in Odoo 19's updated product page structure. In summary, this module is not compatible with Odoo 19 despite being listed as such on the Apps Store. Please provide a working fix as soon as possible. If you are unable to resolve these issues, I expect a full refund.