Hello deven, I told you twice that please check the names. There is a mistake in name. 'report': { 'actions': "", 'result': {'type':'print', 'report':'purchase.by.product.report', 'state':'print'} }
Here 'report':'purchase.by.product.report' is the report name and you have defined 'report':'purchase.by.product'. one more bug in your report tag. <report auto="False" id="purchase_by_product_rep" menu="False" model="arihant_stage1.arihant_stage1" name="purchase.by.product.report" rml="arihant_stage1/report/purchase_by_product.rml" string="Purchase by Product"/> Here model="arihant_stage1.arihant_stage1" but there is no model defined in your module called "arihant_stage1.arihant_stage1" Please refer technical doc on doc.openerp.com for more technical details. ------------------------ OpenERP=Easier, Adaptable, Affordable, Modular -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=42434#42434 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
