In Odoo 8, I have this report
<report
id="report_lista_precios"
string="Precios con y sin IVA"
model="product.pricelist"
report_type="qweb-pdf"
file="x_acopio.report_products_prices"
name="x_acopio.report_products_prices"
/>
In the template "x_acopio.report_products_prices", how can I get the "name" and/or "id" attribute of this report?
Thanks!