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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
6003
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
mar 15
|
3376 | ||
|
2
mar 15
|
10155 | ||
|
1
jul 24
|
1265 | ||
|
1
feb 18
|
5633 | ||
|
0
dic 17
|
2809 |