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:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- โปรเจกต์
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
4466
มุมมอง
Hi,
Try like following
<field name="product_id" widget="product_configurator"/>
Regards
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
|
4
พ.ค. 24
|
14089 | ||
|
|
1
เม.ย. 24
|
4335 | ||
|
|
0
พ.ย. 23
|
3021 | ||
|
Blank White Page After log in to Odoo13
แก้ไขแล้ว
|
|
1
ก.ย. 23
|
3165 | |
|
|
2
ส.ค. 23
|
5925 |
Hello,
I'm having the same problem, did you find an issue ?
Gabin
Hello, I manage to configure the widget?