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:
- CRM
- e-Commerce
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
1
Odpovědět
6031
Zobrazení
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!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
0
bře 15
|
3385 | ||
|
2
bře 15
|
10179 | ||
|
1
čvc 24
|
1280 | ||
|
1
úno 18
|
5653 | ||
|
0
pro 17
|
2832 |