~openerp-argentina-team/openerp-argentina/l10n_ar_account_payment-5.0

« back to all changes in this revision

Viewing changes to l10n_ar_account_fiscalprinter/fiscalprinter.py

  • Committer: Bruno M. Villasanti
  • Date: 2011-10-16 05:32:52 UTC
  • Revision ID: bvillasanti@thymbra.com-20111016053252-tn23use6czbai868
[REF] Author information moved to README files

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#
22
22
##############################################################################
23
23
 
24
 
"""
25
 
Open UnIT Account FiscalPrinter
26
 
FiscalPrinter
27
 
"""
28
 
__author__ = "Mariano Falcon <marianof@openunit.com.ar>"
29
 
 
30
24
from osv import fields, osv
31
25
from tools.pyfiscalprinter.hasarPrinter import HasarPrinter
32
26