I want to print checklist with checkbox of html field in report
Cette question a été signalée
2
Réponses
1201
Vues
Hi,
You can use input type="checkbox" to add a checkbox in Qweb Reports.
<input type="checkbox" t-att-checked="checked if condition else False"/>
Hope it helps
Hi,
You can use t-field="field_name" or t-raw="variable" and see if it works for you.
Thanks
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire