~openerp-commiter/openobject-addons/trunk-addons-fixes

« back to all changes in this revision

Viewing changes to account/report/account_tax_code.py

  • Committer: DHS(OpenERP)
  • Date: 2010-10-26 07:16:33 UTC
  • mfrom: (4280.1.186 openobject-addons)
  • Revision ID: dhs@tinyerp.com-20101026071633-v9t8xjhwx71i4zwo
[MERGE] Merged main branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
##############################################################################
22
22
 
23
23
import time
24
 
import pooler
25
24
import rml_parse
26
 
import copy
27
25
from report import report_sxw
28
26
import re
29
27