I create a custom module in my Odoo, one of my models is having a relation to product variant or Product.Product model, I want to use product configurator like in the sales_product_line tree. I already trying to use the widget on my field and import the product configurator module And try to make my view code the same as sales_product_line code, I even add the product_configurator javascript but still no luck. Is there any workaround to achieve this. I thought we can use it as a widget but when I use the widget my field is still the same
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
1
Antworten
4130
Ansichten
Hi,
Try like following
<field name="product_id" widget="product_configurator"/>
Regards
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
4
Mai 24
|
12856 | ||
|
1
Apr. 24
|
3455 | ||
|
0
Nov. 23
|
2124 | ||
|
1
Sept. 23
|
2292 | ||
|
2
Aug. 23
|
4735 |
Hello,
I'm having the same problem, did you find an issue ?
Gabin
Hello, I manage to configure the widget?