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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
4125
Tampilan
Hi,
Try like following
<field name="product_id" widget="product_configurator"/>
Regards
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
Odoo 13. Don't close a wizard when Click a button
Diselesaikan
|
|
4
Mei 24
|
12854 | |
|
1
Apr 24
|
3451 | ||
|
0
Nov 23
|
2122 | ||
Blank White Page After log in to Odoo13
Diselesaikan
|
|
1
Sep 23
|
2291 | |
How can I translate Options in Selection.field?
Diselesaikan
|
|
2
Agu 23
|
4732 |
Hello,
I'm having the same problem, did you find an issue ?
Gabin
Hello, I manage to configure the widget?