I want to print checklist with checkbox of html field in report
This question has been flagged
2
Replies
1134
Views
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up