Skip to Content
Menu
This question has been flagged

Hi,

I am working on a custom header for reports. In the header I would like to include a title based on what kind of document (purchase order, invoice, quotation, etc.) is being generated. My plan is to modify the view external_layout_header with something like this:

<t t-if="condition">
  <h2>Purchase Order</h2>
</t>


However, I have no idea what this condition should be. Can somebody help me out?

Thanks!

Avatar
Discard
Related Posts Replies Views Activity
2
Nov 20
10281
2
May 24
707
2
May 24
6318
1
Dec 23
21110
0
Sep 15
3416