2012/7/9 richa soni <[email protected]>: > hi, > Can i want to add one more report in purchase module in purchase.py > but it is not supprting when i upgrade the module. Is it possible to > add more than one report for the same class.
Yes, you can For replace an existing report: http://doc.tryton.org/2.4/trytond/doc/topics/reports/index.html#replacing-existing-tryton-reports To add new report, add keyword action (add new report in list) <record model="ir.action.keyword" id="report_purchase_keyword"> <field name="keyword">form_print</field> <field name="model">purchase.purchase,-1</field> <field name="action" ref="report_purchase"/> </record> This morning I'm trying update account.invoice default report and I don't get good results. I hope this afternoon finish. Documentation about reports need a review. -- Si us plau, NO adjunti arxius a les seves respostes. Li preguem que integri el text al cos del missatge. Pot respondre usant NetEtiquete que li ajudarà a seguir la conversa. http://es.wikipedia.org/wiki/Netiquette Por favor, NO adjunte archivos a sus respuestas. Le rogamos que integre el texto en el cuerpo del mensaje. Puede responder usando NetEtiquete que le ayudará a seguir la conversación.http://es.wikipedia.org/wiki/Netiquette Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette -- [email protected] mailing list
