Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
8191 Vistas

Hi everyone,

I'm trying to create a qweb report but i can't rovme the default odoo header

this is my template

<template id="my_report">
<t t-call="web.html_container">
<t t-call="web.internal_layout">
<t t-foreach="docs" t-as="o">

Any help!!

Avatar
Descartar
Mejor respuesta

you have to replace web.external_layout_background template. Here the report header and footer has defined.

Avatar
Descartar
Mejor respuesta

You should follow the path of the templates you are calling and check for their qweb contents.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
dic 22
4425
2
dic 22
6738
5
dic 19
11415
1
jul 25
2441
1
may 25
2890