Loading

odoo 14 元素 '<xpath expr="//*[hasclass('o_footer_copyright_name')]">' 在母级视图中没有找到 错误处理方法

load could not load template
ValueError: 元素 '<xpath expr="//*[hasclass('o_footer_copyright_name')]">' 在母级视图中没有找到

检查是portal一个视图错误,待odoo官方修复
或者在未安装website相关模块下使用sql删除:
DELETE FROM  "ir_ui_view" WHERE key='portal.footer_language_selector';
在未安装website相关模块下使用sql更新:
UPDATE "ir_ui_view" SET active = 'f' WHERE key='portal.footer_language_selector';

不会写sql的,可以开启debug模式(url地址的web后面增加’?debug=1‘);
打开odoo的设置-技术-用户菜单--视图,搜索:Footer Language Selector,找到外部id为:portal.footer_language_selector
编辑设置有效为False
posted @ 2021-01-25 14:17  青岛欧姆网络科技  阅读(990)  评论(0编辑  收藏  举报