Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
4150 Представления

Hello, I builded website in odoo using graphical editor. Next i wanted to add login form.

<form class="oe_login_form" role="form" t-attf-action="/web/login{{ '?debug' if debug else '' }}" method="post" onsubmit="this.action = this.action + location.hash"> 
INPUTS
</form>
Then I can not edit site anymore by graphical editor. I can run edit, edit content(text) but can not delete or insert blocks. 
The same thing happens when I add 

<t t-if="website.user_id == user_id">

Which should check if user is logged or not and display suitable content. 

How should I insert that code? 


Odoo 12 community

Аватар
Отменить
Автор Лучший ответ

Have 0 errors with my code. By visual editor i Can insert new blocks only at the very end of site. Can not move existing 

Аватар
Отменить
Лучший ответ

That means you are getting the error. Please check the browser console and debug it. If you can access the backend, then 

activate developer mode, goto settings-> Technical -> user interfaces -> website view(select the correct view edited.), clear the wrong codes.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
авг. 17
5033
0
июл. 20
2606
1
июл. 25
543
2
июн. 25
2178
3
апр. 25
2432