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!!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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!!
you have to replace web.external_layout_background template. Here the report header and footer has defined.
You should follow the path of the templates you are calling and check for their qweb contents.
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
12月 22
|
3985 | ||
|
2
12月 22
|
6276 | ||
|
5
12月 19
|
10882 | ||
|
1
7月 25
|
1699 | ||
|
1
5月 25
|
1684 |