Skip to content

Commit

Permalink
[MIG] website_portal_address: Migration to 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathben committed Mar 8, 2020
1 parent 0c6d3b6 commit 4f9e947
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion website_portal_address/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2016-Today Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from . import controllers
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
# Copyright 2016-Today Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "Contact's Address Manager In Website Portal",
"summary": "Contact's Address Manager In Website Portal",
"version": "9.0.1.0.0",
"version": "12.0.1.0.0",
"category": "Portal",
"author": """Serpent Consulting Services Pvt. Ltd.,
Agile Business Group,
Expand Down
1 change: 0 additions & 1 deletion website_portal_address/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2016-Today Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from . import main
5 changes: 2 additions & 3 deletions website_portal_address/controllers/main.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# -*- coding: utf-8 -*-
# Copyright 2016-Today Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)

from openerp.http import request, route
from openerp.addons.website_portal_contact.controllers.main import (
from odoo.http import request, route
from odoo.addons.website_portal_contact.controllers.main import (
WebsiteAccount as PortalController,
)

Expand Down

0 comments on commit 4f9e947

Please sign in to comment.