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

Hi all.

I have a Odoo 15, and In one page I used a form to submit a ticket. And there is above a form with register button, I need to take it below and paste it as normal form with below submit button. My problem is, that I can not take this code from another page. I need to call it from another page to the page that I use. Is it possible?

Avatar
Discard
Best Answer

Hi  Vusal Ahmadli,

You need to use xml template call using t-call attribute

t-call="website_sale_delivery.payment_delivery_methods"/>

in above example.

  • module_name
  • your template id or form id (unique) means (xml id)
  • module_name.your_xml_id you can use any file. 

Thank you.

Avatar
Discard