diff --git a/l10n_it_abicab/README.rst b/l10n_it_abicab/README.rst index 1cbeaee38304..a46e6f875ef9 100644 --- a/l10n_it_abicab/README.rst +++ b/l10n_it_abicab/README.rst @@ -34,4 +34,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit https://odoo-community.org. \ No newline at end of file +To contribute to this module, please visit https://odoo-community.org. diff --git a/l10n_it_abicab/__init__.py b/l10n_it_abicab/__init__.py index dfb1494580f9..2fa14ce762d7 100644 --- a/l10n_it_abicab/__init__.py +++ b/l10n_it_abicab/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Associazione Odoo Italia () # Copyright 2016 Davide Corio (Abstract) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_abicab/__manifest__.py b/l10n_it_abicab/__manifest__.py index 064684a5466f..fd786c218701 100644 --- a/l10n_it_abicab/__manifest__.py +++ b/l10n_it_abicab/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Associazione Odoo Italia () # Copyright 2016 Davide Corio (Abstract) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_abicab/models/__init__.py b/l10n_it_abicab/models/__init__.py index 5d3aa02c9f44..a02e127ab88f 100644 --- a/l10n_it_abicab/models/__init__.py +++ b/l10n_it_abicab/models/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Associazione Odoo Italia () # Copyright 2016 Davide Corio (Abstract) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_abicab/models/abicab.py b/l10n_it_abicab/models/abicab.py index 9826bbc87d10..e28398d22371 100644 --- a/l10n_it_abicab/models/abicab.py +++ b/l10n_it_abicab/models/abicab.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 Associazione Odoo Italia () # Copyright 2016 Davide Corio (Abstract) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_abicab/tests/__init__.py b/l10n_it_abicab/tests/__init__.py index ce2de206d21a..51624628c358 100644 --- a/l10n_it_abicab/tests/__init__.py +++ b/l10n_it_abicab/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2016 Davide Corio (Abstract) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_abicab/tests/test_abicab.py b/l10n_it_abicab/tests/test_abicab.py index 6f82995896dc..cd4b840663ae 100644 --- a/l10n_it_abicab/tests/test_abicab.py +++ b/l10n_it_abicab/tests/test_abicab.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2016 Davide Corio (Abstract) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_fiscalcode/__init__.py b/l10n_it_fiscalcode/__init__.py index 083ea6dd1d02..570221e23300 100644 --- a/l10n_it_fiscalcode/__init__.py +++ b/l10n_it_fiscalcode/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # Copyright 2016 Andrea Gallina (Apulia Software) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_fiscalcode/__manifest__.py b/l10n_it_fiscalcode/__manifest__.py index 9e398d5d4352..3a5e0bb30468 100644 --- a/l10n_it_fiscalcode/__manifest__.py +++ b/l10n_it_fiscalcode/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # Copyright 2016 Andrea Gallina (Apulia Software) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_fiscalcode/model/__init__.py b/l10n_it_fiscalcode/model/__init__.py index 42bf85020b36..98762172de8a 100644 --- a/l10n_it_fiscalcode/model/__init__.py +++ b/l10n_it_fiscalcode/model/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # Copyright 2016 Andrea Gallina (Apulia Software) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_fiscalcode/model/res_city_it_code.py b/l10n_it_fiscalcode/model/res_city_it_code.py index e190288bea46..2085ab176867 100644 --- a/l10n_it_fiscalcode/model/res_city_it_code.py +++ b/l10n_it_fiscalcode/model/res_city_it_code.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # Copyright 2016 Andrea Gallina (Apulia Software) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_fiscalcode/model/res_partner.py b/l10n_it_fiscalcode/model/res_partner.py index 5b4b8ff7de75..ae388bac781a 100644 --- a/l10n_it_fiscalcode/model/res_partner.py +++ b/l10n_it_fiscalcode/model/res_partner.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # Copyright 2016 Andrea Gallina (Apulia Software) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_fiscalcode/tests/__init__.py b/l10n_it_fiscalcode/tests/__init__.py index d86c708569a5..0a5965707226 100644 --- a/l10n_it_fiscalcode/tests/__init__.py +++ b/l10n_it_fiscalcode/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # Copyright 2016 Andrea Gallina (Apulia Software) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_fiscalcode/tests/test_fiscalcode.py b/l10n_it_fiscalcode/tests/test_fiscalcode.py index ceb60817cdac..b954a767684d 100644 --- a/l10n_it_fiscalcode/tests/test_fiscalcode.py +++ b/l10n_it_fiscalcode/tests/test_fiscalcode.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # Copyright 2016 Andrea Gallina (Apulia Software) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_fiscalcode/view/fiscalcode_view.xml b/l10n_it_fiscalcode/view/fiscalcode_view.xml index c873e8411ad3..53e733482c6c 100644 --- a/l10n_it_fiscalcode/view/fiscalcode_view.xml +++ b/l10n_it_fiscalcode/view/fiscalcode_view.xml @@ -2,7 +2,7 @@ - + res.partner.fiscalcode.data res.partner @@ -16,6 +16,5 @@ - - + diff --git a/l10n_it_fiscalcode/wizard/__init__.py b/l10n_it_fiscalcode/wizard/__init__.py index 6a9056fdb2ee..66a1047bfd86 100644 --- a/l10n_it_fiscalcode/wizard/__init__.py +++ b/l10n_it_fiscalcode/wizard/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # Copyright 2016 Andrea Gallina (Apulia Software) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_fiscalcode/wizard/compute_fc.py b/l10n_it_fiscalcode/wizard/compute_fc.py index 0fd209b78658..82b6a2a87c36 100644 --- a/l10n_it_fiscalcode/wizard/compute_fc.py +++ b/l10n_it_fiscalcode/wizard/compute_fc.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # Copyright 2016 Andrea Gallina (Apulia Software) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_pec/README.rst b/l10n_it_pec/README.rst index e4c7cc69386c..a2a9fc8de8f6 100644 --- a/l10n_it_pec/README.rst +++ b/l10n_it_pec/README.rst @@ -41,4 +41,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit https://odoo-community.org. \ No newline at end of file +To contribute to this module, please visit https://odoo-community.org. diff --git a/l10n_it_pec/__init__.py b/l10n_it_pec/__init__.py index c8b61710a7dd..d7e10c7fadb5 100644 --- a/l10n_it_pec/__init__.py +++ b/l10n_it_pec/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_pec/__manifest__.py b/l10n_it_pec/__manifest__.py index 60179e221838..98a2affbd424 100644 --- a/l10n_it_pec/__manifest__.py +++ b/l10n_it_pec/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_pec/models/__init__.py b/l10n_it_pec/models/__init__.py index 419ea2af837d..d54b3564b208 100644 --- a/l10n_it_pec/models/__init__.py +++ b/l10n_it_pec/models/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/l10n_it_pec/models/partner.py b/l10n_it_pec/models/partner.py index c1d89e70ea3b..5c9aff7e2eaa 100644 --- a/l10n_it_pec/models/partner.py +++ b/l10n_it_pec/models/partner.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2014 Associazione Odoo Italia () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).