Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
3 Respostas
5713 Visualizações

I am new to openerp and finding it difficult to use a suitable tag for mutli page in Rml. The same should also be supported in openerp.

Avatar
Cancelar
Melhor resposta

Read through the developer documentation on Dynamic Content in Reports.

You can use [[ repeatIn(objects,’o’) ]] (Loop on each objects selected for the print) function to loop over your datas.

Here's an example of repeatIn.

Avatar
Cancelar
Melhor resposta

Hi, it depends on the data you want to print on the report. By using repeatIn in rml file you can generate multiple pages report. Ex. [[ repeatIn(objects,'o') ]]

Avatar
Cancelar
Autor Melhor resposta

Thank you guys for your answers i tried out the aga_plan_terms_and_conditions module where just by uploading a pdf as attachment i was able to print multi page reports successfully !!!!

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
ago. 25
387
1
abr. 25
1507
1
set. 24
2200
1
jul. 24
1958
1
mai. 24
4311