Browse Source

Replacing openerp with odoo

pull/718/head
vincent 8 years ago
parent
commit
8e7ed2413e
  1. 4
      auth_signup_verify_email/controllers/main.py

4
auth_signup_verify_email/controllers/main.py

@ -3,8 +3,8 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import logging
from openerp import _, http
from openerp.addons.auth_signup.controllers.main import AuthSignupHome
from odoo import _, http
from odoo.addons.auth_signup.controllers.main import AuthSignupHome
_logger = logging.getLogger(__name__)

Loading…
Cancel
Save