Skip to Content
Menu
This question has been flagged
1 Reply
2769 Views

Hi all,
I would like to do server-side include of a html snipet generated locally from an old app, say http://localhost:8080/print_output
Is this possible in Odoo? is there something like <t t-call or t-esc for such need?

Thanks. 

Avatar
Discard
Best Answer

For this you will have to create an action over the controller .

When user hit the controller you can read the local file and  render the snippet from the controller 

And Use t-raw to display the content of raw data on the web page.

Avatar
Discard
Related Posts Replies Views Activity
0
Oct 24
117
1
Apr 24
965
7
Sep 24
22442
1
Mar 24
275
0
Feb 24
410