Skip to content

Commit

Permalink
[MIG] partner_identification_gln: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NICO-SOLUTIONS committed Jul 26, 2023
1 parent c4623d1 commit 8c5eb90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion partner_identification_gln/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"summary": """
This addon extends "Partner Identification Numbers"
to provide a number category for GLN registration""",
"version": "14.0.1.0.1",
"version": "15.0.1.0.0",
"license": "AGPL-3",
"author": "Acsone S.A.,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/partner-contact",
Expand Down
1 change: 1 addition & 0 deletions partner_identification_gln/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
* Meyomesse Gilles <[email protected]>
* Bejaoui Souheil <[email protected]>
* Simone Orsi <[email protected]>
* Nils Coenen <[email protected]>
4 changes: 2 additions & 2 deletions partner_identification_gln/tests/test_gln.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo.exceptions import ValidationError
from odoo.tests.common import SavepointCase
from odoo.tests.common import TransactionCase


class TestGLN(SavepointCase):
class TestGLN(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit 8c5eb90

Please sign in to comment.