~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to invoice_report_multicompany/report/account_print_invoice.py

  • Committer: Miguel Delgado
  • Author(s): miguel at com
  • Date: 2011-09-16 16:21:08 UTC
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: miguel.delgado07@gmail.com-20110916162108-bcvjsmjfogd1jy5q

[ADD] module to add the reports of m321 

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
import time
23
23
from report import report_sxw
24
 
print "HOLAAAAAAAAAAAAAAA"
25
24
class account_invoice2(report_sxw.rml_parse):
26
25
    def __init__(self, cr, uid, name, context):
27
26
        super(account_invoice2, self).__init__(cr, uid, name, context=context)