Hello,
I want to open form view through template in controller.
Controller.py
class SurveyCreate(http.Controller): 
    
    @http.route('/survey/create',type='http',auth='public')
    def createsurvey(self):
        return request.render('survey_dash.template_survey_create')
template.xml
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
	<template id="template_survey_create" name="Survey Create">
	<t t-call="survey.layout">
		<div class="wrap">
		  <a t-att-action="%(survey.survey_form)d"/>
		</div>
	</t>
	</template>
</data>
</odoo>
but nothing will display.can any one please tell me how to display form view.is it possible?
If yes, how? Or any  alternative way.
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
No, you can not open form view in frontend because it's not designed that way, the architecture of both are very different.
backend is a single page application with all the resource and model/controller/renderer etc.. while frontend has a web page with minimal resources. 
An alternative is you can redirect the user to the backend (user have to log in with username/password :()
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|  | 0 sie 20  | 5116 | ||
| 
            
                No data in POST
            
            
                    Rozwiązane
            
         |  | 1 paź 20  | 3364 | |
| 
            
                How to render mail.template ?
            
            
                    Rozwiązane
            
         |  | 1 kwi 20  | 8927 | |
|  | 2 lut 24  | 16121 | ||
|  | 2 wrz 22  | 5567 | 
