hi everyone.
I'm making a report in Odoo 8 and my htm file has such code lines:
<TD CLASS="R37C4"><SPAN STYLE="white-space:nowrap;">${line.price_unit or ''}</SPAN></TD>
it works and I get my pdf after compilation. But, I can get acces only to the "sale.order" model and dependencies. But i need to get the access to another model, stock.quant. There is no dependency between these models. How can I get it? Thank you.