Skip to Content
Menu
This question has been flagged
2 Replies
7942 Views

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
Discard
Best Answer

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

Avatar
Discard
Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
1
Dec 22
4140
2
Dec 22
6462
5
Dec 19
11085
1
Jul 25
1991
1
May 25
2130