Skip to content

Commit

Permalink
fixup! fixup! fixup! [11.0][MIG] partner_identification
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Nov 30, 2017
1 parent 04a5bb7 commit a03bc1e
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 21 deletions.
3 changes: 0 additions & 3 deletions partner_identification/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models
4 changes: 1 addition & 3 deletions partner_identification/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2004-2010 Tiny SPRL http://tiny.be
# Copyright 2010-2012 ChriCar Beteiligungs- und Beratungs- GmbH
# http://www.camptocamp.at
Expand Down Expand Up @@ -28,5 +26,5 @@
'ACSONE SA/NV,'
'LasLabs,'
'Odoo Community Association (OCA)',
'website': 'https://odoo-community.org/',
'website': 'https://github.com/OCA/partner-contact',
}
3 changes: 0 additions & 3 deletions partner_identification/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import res_partner_id_number
from . import res_partner_id_category
from . import res_partner
Expand Down
2 changes: 0 additions & 2 deletions partner_identification/models/res_partner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2004-2010 Tiny SPRL http://tiny.be
# Copyright 2010-2012 ChriCar Beteiligungs- und Beratungs- GmbH
# http://www.camptocamp.at
Expand Down
2 changes: 0 additions & 2 deletions partner_identification/models/res_partner_id_category.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2004-2010 Tiny SPRL http://tiny.be
# Copyright 2010-2012 ChriCar Beteiligungs- und Beratungs- GmbH
# http://www.camptocamp.at
Expand Down
2 changes: 0 additions & 2 deletions partner_identification/models/res_partner_id_number.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2004-2010 Tiny SPRL http://tiny.be
# Copyright 2010-2012 ChriCar Beteiligungs- und Beratungs- GmbH
# http://www.camptocamp.at
Expand Down
1 change: 0 additions & 1 deletion partner_identification/models/test_models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 LasLabs Inc.
# Copyright 2017 Camptocamp
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
Expand Down
3 changes: 0 additions & 3 deletions partner_identification/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import test_partner_identification
from . import test_res_partner
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from psycopg2._psycopg import IntegrityError
Expand Down
1 change: 0 additions & 1 deletion partner_identification/tests/test_res_partner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 LasLabs Inc.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

Expand Down

0 comments on commit a03bc1e

Please sign in to comment.