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

Dear Odoo Community,

I use Odoo 17.0, where CharGPT is integrated into field HTML. For example, you can replay on my message here and use '/' to see additional functionality for this textarea, because this field type is HTML and see ChatGPT on the bottom of list.

I just want to turn off availabity to use ChatGPT for my HTML field in my odoo addons and I am looking for way to do it.


Thank you for your assistance.

Best regards!

아바타
취소
작성자

Thank you for your response, but I think this way is not for Odoo.

Thanks in advance!

Best regards!


Check my new answer. I believe it's what you are looking for.

베스트 답변

After some research I found the solution to this.

The commands in the widget html_editor, are sent into a component called "Powerbox", which list all the possible elements you can add on the field. 


There is no "remove" function, but you can Filter the list of commands listed in it. Take a look at this link.

 

아바타
취소
베스트 답변

After half a day studying the issue I found out that:

  • Nulling ChatGPT command: easy and neat with 1 single javascript override
  • Removing ChatGPT totally: messy unless you modified Odoo source code which is a single rem

Edit 1: Removing ChatGPT is possible and neat as well. So overall, this is possible with Odoo

아바타
취소
베스트 답변

Hey Olena and André,

did you manage to remove it?

There seems to be a command "isDisable" which might be used to deactivate the option. However, I cannot figure out whether it can be applied to existing commands.

For us the removal auf chatGPT has a high priority. Otherwise, we are considering the implementation of a local LLAMA instance and to substitute the chatGPT.


아바타
취소