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

How i can show a checkbox case in qweb repport 

then i need to make in my repport a check case visible 


아바타
취소
베스트 답변

Hello isio-odoo,

Here you go!

 You can use input box

    <input type="checkbox" id="oe_import_tracking" checked="checked"/>

Hope this will help.

Regards,

Anil.

아바타
취소
베스트 답변

For Many2many it is possible to use widget="many2many_checkboxes"

아바타
취소
베스트 답변

in odoo11 you can choose this class for checkbox

i class="fa fa-check which opening and closing tags This gives better checkbox than default in odoo

아바타
취소
베스트 답변

Hello,

If you want to show checkbox checked then you should use,

<input type="checkbox" checked="True"/>

If you want to show checkbox unchecked then you can use,

<input type="checkbox"/>


It works for me, in qweb report.

아바타
취소

for many2many field how can i give checkboxes (select all whereas searchmore )