Browse Source

[UPDT] Exception Added

pull/79/merge
Sreejith P 7 years ago
parent
commit
e4dbd88c26
  1. 5
      user_login_alert/controllers/main.py

5
user_login_alert/controllers/main.py

@ -20,7 +20,10 @@
# If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
import httpagentparser
try:
import httpagentparser
except ImportError:
pass
from time import gmtime, strftime
from odoo.addons.web.controllers import main
from odoo.http import request

Loading…
Cancel
Save