Hello guys, in Odoo Qweb i saw t-if condition use in different ways, exp:
- t-if="record.use_leads.raw_value"
- t-if="widget.editable"
- t-if="team.portal_show_rating"
- t-if="employee.department_id"
....
I just do not understand where the "record", "widget", "team", "
employee" come from,
especially is "widget" because i see it so many times and it makes me so confused. Thanks!