I want to print checklist with checkbox of html field in report
Se marcó esta pregunta
2
Respuestas
1196
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse