diff --git a/account_invoice_line_default_account/README.rst b/account_invoice_line_default_account/README.rst index 7c8c3fb89b1..ff76060d690 100644 --- a/account_invoice_line_default_account/README.rst +++ b/account_invoice_line_default_account/README.rst @@ -22,32 +22,17 @@ partner record. Usage ===== -To use this module, you need to: - .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/95/8.0 - -.. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt -.. branch is "8.0" for example - -For further information, please visit: + :target: https://runbot.odoo-community.org/runbot/95/10.0 -* https://www.odoo.com/forum/help-1 - -Known issues / Roadmap -====================== - -* ... Bug Tracker =========== Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed feedback -`here `_. - +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback. Credits ======= diff --git a/account_invoice_line_default_account/__init__.py b/account_invoice_line_default_account/__init__.py index 6f362af3265..cde864bae21 100644 --- a/account_invoice_line_default_account/__init__.py +++ b/account_invoice_line_default_account/__init__.py @@ -1,3 +1,3 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- from . import models diff --git a/account_invoice_line_default_account/__manifest__.py b/account_invoice_line_default_account/__manifest__.py index 8b20e930781..fff1c0899b1 100644 --- a/account_invoice_line_default_account/__manifest__.py +++ b/account_invoice_line_default_account/__manifest__.py @@ -9,6 +9,7 @@ 'account' ], 'author': 'Therp BV,BCIM,Odoo Community Association (OCA)', + 'license': 'AGPL-3', 'contributors': ['Jacques-Etienne Baudoux '], 'category': 'Accounting', 'data': [ diff --git a/account_invoice_line_default_account/models/__init__.py b/account_invoice_line_default_account/models/__init__.py index 4e21273cf5e..7b9b47549bc 100644 --- a/account_invoice_line_default_account/models/__init__.py +++ b/account_invoice_line_default_account/models/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- from . import res_partner from . import account_invoice_line diff --git a/account_invoice_line_default_account/models/account_invoice_line.py b/account_invoice_line_default_account/models/account_invoice_line.py index ce9b1b3a50d..028d2a4429d 100644 --- a/account_invoice_line_default_account/models/account_invoice_line.py +++ b/account_invoice_line_default_account/models/account_invoice_line.py @@ -1,4 +1,4 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- # Copyright 2012 Therp BV () # Copyright 2013-2018 BCIM SPRL () diff --git a/account_invoice_line_default_account/models/res_partner.py b/account_invoice_line_default_account/models/res_partner.py index de7da80861d..750ee4be60d 100644 --- a/account_invoice_line_default_account/models/res_partner.py +++ b/account_invoice_line_default_account/models/res_partner.py @@ -1,4 +1,4 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- # Copyright 2012 Therp BV () # Copyright 2013-2018 BCIM SPRL ()