~openerp-spain-team/openerp-spain/6.0-git

« back to all changes in this revision

Viewing changes to l10n_es_aeat_mod340/account.py

  • Committer: Ignacio Ibeas - Acysos S.L.
  • Date: 2014-02-09 16:43:29 UTC
  • Revision ID: git-v1:09cf2cc9e6479047f812b231dd2019c1efcf1f98
[FIX] l10n_es_aeat_mod340: mejoras varias y libro de IVA

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
                #
165
165
                tax_code_id = wiz_tax_code.update_tax_code_id.id
166
166
                tax_code_obj.write(cr, uid, [tax_code_id], vals)
167
 
                log.add(_("Updated tax code %s.\n") % tax_code_name)
 
167
                log.add(_("Updated tax code %s.\n") % (tax_code_name))
168
168
                updated_tax_codes += 1
169
169
                modified = True
170
170
            else: