I have created a report xyz for product.template model, its definition is here
<openerp>
<data>
<report
id="report_prod_used_det"
model="product.template"
string="Stampa Consumo"
name="mymodule.report_prod_used_det_view"
file="mymodule.report_used_prod"
report_type="qweb-pdf" . . .
it is working as expected but visible only in product.template model, I need to view the same report for product.product.
My question is this, I have to create another report that must be based on product.product or there is some trick that can be used to view xyz report from both models, since product.template inherits from product.product.