This question has been flagged
1 Reply
1521 Views

Hello, is there any alternative on how to prevent my custom report not to changed when user Configured Document Layout? I created new report for Invoice using qweb.


Thanks,

Avatar
Discard
Best Answer

Do not call the layout template from your report, instead define the complete layout in your report or create your own layout template you can call.

Avatar
Discard
Author

I think I need to create my own layout template. Where can I read some documentation for that?

A layout template is just a Qweb view, you may check the external_layout for example.