{'All': [{'product': 'apple', 'stock_quant': 2, 'on_hand_quant': 2, 'sales_count': 0}]}
here i want to display "All" key from the above result
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
{'All': [{'product': 'apple', 'stock_quant': 2, 'on_hand_quant': 2, 'sales_count': 0}]}
here i want to display "All" key from the above result
Hi,
Please try like below code.
< t t-set="all_vals" t-value="vals['All']" />
< t t-foreach="all_vals" t-as="doc">
< span t-esc="doc['product']"/>
< br/>
< span t-esc="doc['stock_quant']"/>
< br/>
< span t-esc="doc['on_hand_quant']"/>
< br/>
< span t-esc="doc['sales_count']"/>
< /t>Here consider vals as your dictionary.Regards
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
1
سبتمبر 24
|
3100 | |||
|
1
مايو 23
|
3702 | |||
|
1
أغسطس 23
|
4432 | |||
|
2
يناير 23
|
12742 | |||
|
1
أغسطس 22
|
4244 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.