콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
12360 화면

I am getting the following error when accessing odoo: Any assistance would be greatly appreciated.


Error to render compiling AST
TypeError: not all arguments converted during string formatting
Template: web.brand_promotion_message
Path: /t/t[3]
Node: <t t-raw="final_message % (odoo_logo, _message and ('- %s' % _message) or '')"/>
    

The error occured while rendering the template web.brand_promotion_message and evaluating the following expression: <t t-raw="final_message % (odoo_logo, _message and ('- %s' % _message) or '')"/>

아바타
취소
베스트 답변

Dear Wayne,

You don't need a web access for you to edit your modules. Simply edit the file located in the odoo module  "web--> views--> webclient_templates.xml" .

check arround the line  <t t-set="final_message">Powered by %s%s</t> then apply 

and edit.

Hope this will help.

아바타
취소
베스트 답변

I am getting the same error when trying to access my Odoo instance, any suggestions?

아바타
취소
베스트 답변

Hi Wayne,

It may look like syntax error. can you use t-esc instead of t-raw. and user "%s". 

for example <t t-esc="'%s' % (odoo_logo)"/>

Thanks

아바타
취소
작성자

Thank you for the prompt response and forgive my ignorance. How may I make any changes when I cannot get to the system to make the appropriate updates. I truly appreciate your assistance and thank you

관련 게시물 답글 화면 활동
1
12월 24
3893
0
11월 24
1600
2
7월 24
3277
0
4월 24
2123
3
3월 24
2046