Would like to know, if it is possible to also use .rml header in company data in qweb reports and if yes, how to embed it there... Would be nice, if I needn't redo it for qweb reports as it is already there in .rml syntax...
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Hello,
Try this
<template id="report_xyz>
<t t-call="report.external_layout">
<div class="page">
Display data
</div>
</t>
</template>
May be this will display what you want.
No, this is new standard qweb header which has to be newly customized coming from rml. That's why I want to reuse my old rml header which is already there!
Really no idea how to reuse this header in qweb reports?
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
May 17
|
3093 | ||
|
2
Jun 22
|
6770 | ||
|
3
Mar 17
|
11663 | ||
|
2
Sep 24
|
254 | ||
|
1
Mar 23
|
7296 |