When I am working on qweb report, I always try to guess how fields relate to each other . is there any documentation or references around?
for example <span t-field="o.partner_id.parent_id.street"/>
o - is the model that the report is connected to and by using "." we are able to connect to related data, it would be handy if there is a relationship reference available.