Skip to content

Commit

Permalink
Corrected LINT CHECK=1 of merged modules for PEP8 (OCA#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjack82 authored and TheMule71 committed Nov 11, 2022
1 parent 53edf22 commit 0908db6
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 15 deletions.
1 change: 0 additions & 1 deletion l10n_it_fiscalcode/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2016 Andrea Gallina (Apulia Software)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fiscalcode/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2016 Andrea Gallina (Apulia Software)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
Expand Down
6 changes: 3 additions & 3 deletions l10n_it_fiscalcode/i18n/l10n_it_fiscalcode.pot
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ msgid "Display Name"
msgstr ""

#. module: l10n_it_fiscalcode
#: code:addons/l10n_it_fiscalcode/wizard/compute_fc.py:153
#: code:addons/l10n_it_fiscalcode/wizard/compute_fc.py:152
#, python-format
msgid "Existing fiscal code %(partner_fiscalcode)s is different from the computed one (%(compute)s). If you want to use the computed one, remove the existing onepartner_fiscalcode"
msgstr ""
Expand Down Expand Up @@ -182,7 +182,7 @@ msgid "National code"
msgstr ""

#. module: l10n_it_fiscalcode
#: code:addons/l10n_it_fiscalcode/wizard/compute_fc.py:148
#: code:addons/l10n_it_fiscalcode/wizard/compute_fc.py:147
#, python-format
msgid "National code is missing"
msgstr ""
Expand All @@ -198,7 +198,7 @@ msgid "Notes"
msgstr ""

#. module: l10n_it_fiscalcode
#: code:addons/l10n_it_fiscalcode/wizard/compute_fc.py:144
#: code:addons/l10n_it_fiscalcode/wizard/compute_fc.py:143
#, python-format
msgid "One or more fields are missing"
msgstr ""
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fiscalcode/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2016 Andrea Gallina (Apulia Software)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fiscalcode/model/res_city_it_code.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2016 Andrea Gallina (Apulia Software)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fiscalcode/model/res_partner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2016 Andrea Gallina (Apulia Software)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fiscalcode/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2016 Andrea Gallina (Apulia Software)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fiscalcode/tests/test_fiscalcode.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2016 Andrea Gallina (Apulia Software)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
Expand Down
5 changes: 2 additions & 3 deletions l10n_it_fiscalcode/view/fiscalcode_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<openerp>
<data>

<record id="view_partner_form_fiscalcode_data" model="ir.ui.view">
<record id="view_partner_form_fiscalcode_data" model="ir.ui.view">
<field name="name">res.partner.fiscalcode.data</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base_vat.view_partner_form"/>
Expand All @@ -16,6 +16,5 @@
</field>
</field>
</record>

</data>
</data>
</openerp>
1 change: 0 additions & 1 deletion l10n_it_fiscalcode/wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2016 Andrea Gallina (Apulia Software)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fiscalcode/wizard/compute_fc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2016 Andrea Gallina (Apulia Software)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
Expand Down

0 comments on commit 0908db6

Please sign in to comment.