I am designing a report in .odt and I need a way to apply a for loop to print multiple values. How do I go about it.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
1
Reply
6022
Views
Open the loop with this tag
for each="line in o.your_lines"
end close with this
/for
In the loop you can use line as you use o
line.name
line.relation_field_id.other_field
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
मार्च 15
|
3383 | ||
|
2
मार्च 15
|
10176 | ||
|
1
जुल॰ 24
|
1276 | ||
|
1
फ़र॰ 18
|
5651 | ||
|
0
दिस॰ 17
|
2829 |