Skip to content

Commit

Permalink
[FIX] PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
eLBati committed Dec 19, 2014
1 parent c0a3737 commit 7bea633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l10n_it_vat_registries/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@

from openerp import models, fields


class account_tax_code(models.Model):
_inherit = "account.tax.code"

is_base = fields.Boolean(
string='Is base',
help="This tax code is used for base amounts \
Expand Down
1 change: 1 addition & 0 deletions l10n_it_vat_registries/wizard/print_registro_iva.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from openerp import models, fields, api, _
from openerp.exceptions import Warning


class wizard_registro_iva(models.TransientModel):

@api.model
Expand Down

0 comments on commit 7bea633

Please sign in to comment.