跳至内容
菜单
此问题已终结
2 回复
4167 查看

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.

形象
丢弃
相关帖文 回复 查看 活动
0
8月 17
5036
0
7月 20
2613
1
7月 25
561
2
6月 25
2188
3
4月 25
2443