Skip to content

Commit

Permalink
[FIX] l10n_es_aeat_mod340: Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed May 23, 2015
1 parent d951f24 commit 7cc2277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion l10n_es_aeat_mod340/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
{
'name': 'Generación de fichero modelo 340 y libro de IVA',
'version': '2.0',
'author': "Acysos S.L., Francisco Pascual (Ting), "
'author': "Acysos S.L., "
"Ting, "
"Nan-tic, "
"OpenMind Systems, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
Expand Down
2 changes: 1 addition & 1 deletion l10n_es_aeat_mod340/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class WizardUpdateChartsAccounts(orm.TransientModel):
_inherit = 'wizard.update.charts.accounts'

def _find_tax_codes2(self, cr, uid, wizard, chart_template_ids,
context=None):
context=None):
"""Search for, and load, tax code templates to create/update.
@param chart_template_ids: IDs of the chart templates to look on,
calculated once in the calling method.
Expand Down

0 comments on commit 7cc2277

Please sign in to comment.