html(xml) contains form that is displayed using controller.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
7212
Görünümler
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol
jamin,
Can u please elaborate your query?
If you just want to know that how to return html from controller then you can use:
return request.website.render("YOU_MODULE.TEMPLATE_NAME", { 'key': value, #any data you want to pass to the template xml which is going to be rendered as HTML }) at the end of the function