Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
4994 มุมมอง

Via the HTML editor we chanced a line in the mainlayout template (refers to website.layout if I'm correct) so now the website does not display good anymore and I can not enter HTML editor anymore :-(


Where on our server can we find the file where this HTML code is to chance it back manually?

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Sorry for asking.....we solved it altready.


Odoo Settings, Technical, User interface, views, located the main.layout file and deleted the code that I had aded, safe, all works again!

อวตาร
ละทิ้ง

ok.good

คำตอบที่ดีที่สุด

you can find the file in different places:

For report:

addons/reports/views/layout.xml  (line: 4)

For website:

addons/website/views/website_templates.xml (line : 58 )

For website_report:

addons/website_report/views/layouts.xml  (line: 5 )

For website_event:

addons/website_event/views/website_event.xml (line: 198 )


อวตาร
ละทิ้ง