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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
4132
Visualizzazioni
Hi,
Try like following
<field name="product_id" widget="product_configurator"/>
Regards
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
4
mag 24
|
12861 | ||
|
1
apr 24
|
3457 | ||
|
0
nov 23
|
2129 | ||
|
1
set 23
|
2298 | ||
|
2
ago 23
|
4739 |
Hello,
I'm having the same problem, did you find an issue ?
Gabin
Hello, I manage to configure the widget?