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
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
4116
أدوات العرض
Hi,
Try like following
<field name="product_id" widget="product_configurator"/>
Regards
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
4
مايو 24
|
12851 | ||
|
1
أبريل 24
|
3450 | ||
|
0
نوفمبر 23
|
2120 | ||
|
1
سبتمبر 23
|
2291 | ||
|
2
أغسطس 23
|
4730 |
Hello,
I'm having the same problem, did you find an issue ?
Gabin
Hello, I manage to configure the widget?