diff --git a/account_mass_reconcile_ref_deep_search/__init__.py b/account_mass_reconcile_ref_deep_search/__init__.py index e1b56ad6..90237e70 100644 --- a/account_mass_reconcile_ref_deep_search/__init__.py +++ b/account_mass_reconcile_ref_deep_search/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -# © 2015-2016 Camptocamp SA +# Copyright 2015-2016 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) from . import models diff --git a/account_mass_reconcile_ref_deep_search/__manifest__.py b/account_mass_reconcile_ref_deep_search/__manifest__.py index 4f4c4ab8..8faeb25f 100644 --- a/account_mass_reconcile_ref_deep_search/__manifest__.py +++ b/account_mass_reconcile_ref_deep_search/__manifest__.py @@ -1,20 +1,16 @@ # -*- coding: utf-8 -*- -# © 2015-2018 Camptocamp SA +# Copyright 2015-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) { 'name': 'Mass Reconcile Ref Deep Search', 'version': '10.0.1.0.0', - 'author': "Camptocamp,Odoo Community Association (OCA)", + 'author': "Camptocamp, Odoo Community Association (OCA)", 'category': 'Finance', - 'website': 'http://www.camptocamp.com', + 'website': 'https://github.com/account-reconcile', 'license': 'AGPL-3', 'depends': ['account_mass_reconcile'], 'data': [ 'views/mass_reconcile_view.xml' ], - 'demo': [], - 'test': [], - 'auto_install': False, 'installable': True, - 'images': [] } diff --git a/account_mass_reconcile_ref_deep_search/models/__init__.py b/account_mass_reconcile_ref_deep_search/models/__init__.py index 743ba596..c8297be9 100644 --- a/account_mass_reconcile_ref_deep_search/models/__init__.py +++ b/account_mass_reconcile_ref_deep_search/models/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# © 2015-2018 Camptocamp SA +# Copyright 2015-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) from . import mass_reconcile from . import advanced_reconciliation diff --git a/account_mass_reconcile_ref_deep_search/models/advanced_reconciliation.py b/account_mass_reconcile_ref_deep_search/models/advanced_reconciliation.py index 312b4ce4..88570512 100644 --- a/account_mass_reconcile_ref_deep_search/models/advanced_reconciliation.py +++ b/account_mass_reconcile_ref_deep_search/models/advanced_reconciliation.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# © 2015-2018 Camptocamp SA +# Copyright 2015-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) from odoo import _, models from itertools import product diff --git a/account_mass_reconcile_ref_deep_search/models/mass_reconcile.py b/account_mass_reconcile_ref_deep_search/models/mass_reconcile.py index f859ce10..d2270485 100644 --- a/account_mass_reconcile_ref_deep_search/models/mass_reconcile.py +++ b/account_mass_reconcile_ref_deep_search/models/mass_reconcile.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# © 2015-2018 Camptocamp SA +# Copyright 2015-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) from odoo import api, models