Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
8699 Vistas

Is there a possibility to make conditionals in the template depending on the current page that is being printed in Qweb reports?

e.g: <t t-if="page > 1"> do something that's on other pages except the first </t>

This was available in the header and footer section of report_webkit

Thanks

Avatar
Descartar

Did you finally get a way to detect the page number?

Mejor respuesta

page or topage (and other variables) are popolated by javascript in your report. When you put a <span class="page" /> in your report, a js function keep this values from url and put them in the right place. In particulare you can find this function in /addons/report/static/src/js/subst.js.

So it's impossibile to know the value of these variables in your qweb code.

Avatar
Descartar
Mejor respuesta

check this question it may helps


Avatar
Descartar