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