Browse Source
Merge pull request #405 from Eficent/11.0-fix-account_tax_balance
[11.0] [CLN] account_tax_balance remove utf-8 from .py files
pull/409/head
Pedro M. Baeza
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with
0 additions and
13 deletions
-
account_tax_balance/__init__.py
-
account_tax_balance/__manifest__.py
-
account_tax_balance/models/__init__.py
-
account_tax_balance/models/account_move.py
-
account_tax_balance/models/account_move_line.py
-
account_tax_balance/models/account_tax.py
-
account_tax_balance/tests/__init__.py
-
account_tax_balance/tests/test_account_tax_balance.py
-
account_tax_balance/wizard/__init__.py
-
account_tax_balance/wizard/open_tax_balances.py
|
|
@ -1,5 +1,3 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# © 2016 Lorenzo Battistini - Agile Business Group |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
from . import models |
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# Copyright 2016 Lorenzo Battistini - Agile Business Group |
|
|
|
# Copyright 2016 Tecnativa - Antonio Espinosa |
|
|
|
# Copyright 2016 ACSONE SA/NV - Stéphane Bidoul |
|
|
|
|
|
@ -1,5 +1,3 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# © 2016 Lorenzo Battistini - Agile Business Group |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
from . import account_move |
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# © 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com> |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# Copyright 2017 ACSONE SA/NV |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# © 2016 Lorenzo Battistini - Agile Business Group |
|
|
|
# © 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com> |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# © 2016 Lorenzo Battistini - Agile Business Group |
|
|
|
# © 2016 Giovanni Capalbo |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# © 2016 Lorenzo Battistini - Agile Business Group |
|
|
|
# © 2016 Giovanni Capalbo <giovanni@therp.nl> |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
@ -1,5 +1,3 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# © 2016 Lorenzo Battistini - Agile Business Group |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
from . import open_tax_balances |
|
|
@ -1,4 +1,3 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# © 2016 Lorenzo Battistini - Agile Business Group |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|