I have created a dynamic view for a wizard which contains boolean fields. How to fetch the values entered in the dynamic view?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
if you have already made wizard then set button type="action" and name="%(wizard_view_id)d".
when you press that button the default_get of that wizard will called and you can put your code to fetch the dyanmic values.
Hi Shelton,
If you have a button on the wizard then When you click on the button the method executed on that button will have the id and the context parameter. That should help you.
Thanks,
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
Force wizard dimension
تم الحل
|
|
1
أبريل 24
|
8616 | |
|
1
مارس 15
|
5958 | ||
|
1
مارس 15
|
7135 | ||
|
3
مارس 15
|
20498 | ||
|
0
ديسمبر 24
|
9445 |
Hi, can you explain more, what do you want to do exactly ? bye