xubiuit / odoo_web_login

Odoo Web Login Screen
http://www.xubi.me
40 stars 53 forks source link

Fix param_obj.get_param sometimes return bool #6

Closed cnbeining closed 3 years ago

cnbeining commented 7 years ago

Sometimes param_obj.get_param is returning bool rather than str, breaking all the eval s in the code. Just put a type check to handle that case.

xubiuit commented 3 years ago

@cnbeining thanks, I highly appreciated, could you make change for all the version as well?