Skip to content

Commit

Permalink
[FIX] l10n_es_aeat_mod*: Autores/patrocionadores expandidos + PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Jun 30, 2015
1 parent 27bb088 commit 889b3b8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion l10n_es_aeat_mod111/__openerp__.py
Expand Up @@ -22,8 +22,9 @@
'category': "Localisation/Accounting",
'author': "AvanzOSC,"
"Serv. Tecnol. Avanzados - Pedro M. Baeza,"
"Antiun Ingeniería S.L.,"
"MálagaTIC,"
"Grupo Vermon,"
"G. Vermon,"
"Odoo Community Association (OCA)",
'website': "https://github.com/OCA/l10n-spain",
'license': 'AGPL-3',
Expand Down
6 changes: 3 additions & 3 deletions l10n_es_aeat_mod111/models/mod111.py
Expand Up @@ -186,9 +186,9 @@ class L10nEsAeatMod111Report(models.Model):
@api.one
@api.constrains('codigo_electronico_anterior', 'previous_number')
def _check_complementary(self):
if (self.type == 'C'
and not self.codigo_electronico_anterior
and not self.previous_number):
if (self.type == 'C' and
not self.codigo_electronico_anterior and
not self.previous_number):
raise exceptions.Warning(
_('Si se marca la casilla de liquidación complementaria,'
' debe rellenar el código electrónico o'
Expand Down
8 changes: 7 additions & 1 deletion l10n_es_aeat_mod347/__openerp__.py
Expand Up @@ -26,7 +26,13 @@
{
'name': "Modelo 347 AEAT",
'version': "1.2",
'author': "Spanish Localization Team,Odoo Community Association (OCA)",
'author': "Pexego,"
"ASR-OSS,"
"NaN·tic,"
"Acysos,"
"Serv. Tecnol. Avanzados - Pedro M. Baeza,"
"Antiun Ingeniería S.L.,"
"Odoo Community Association (OCA)",
'website': "https://github.com/OCA/l10n-spain",
'contributors': [
'Pexego (http://www.pexego.es)',
Expand Down

0 comments on commit 889b3b8

Please sign in to comment.