Skip to content

Commit

Permalink
Add metadata and remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Jul 12, 2016
1 parent 8f5f629 commit fb6db12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions website_portal_v10/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
'name': 'Website Portal (Backported From v10)',
'category': 'Website',
'summary': 'Account Management Frontend for your Customers',
'author': 'Odoo S.A., Tecnativa, Odoo Community Association (OCA)',
'license': 'LGPL-3',
'version': '9.0.1.0.0',
'depends': [
'website_portal',
Expand Down
3 changes: 0 additions & 3 deletions website_portal_v10/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
from openerp import http
from openerp.http import request
from openerp import tools
from openerp.tools.translate import _

from openerp.fields import Date
from openerp.addons.website_portal.controllers.main import website_account

Expand Down

0 comments on commit fb6db12

Please sign in to comment.