http://127.0.0.1:8369/web/database/manager
http://127.0.0.1:8369/web/database/selector
http://127.0.0.1:8369/web/login?db=odoo


odoo忘记密码

from passlib.context import CryptContext
print CryptContext(['pbkdf2_sha512']).encrypt('MY_PASSWORD')

UPDATE res_users SET password_crypt='your new password hash' WHERE id=1;

相关文章:

  • 2021-11-27
  • 2021-12-09
  • 2021-11-23
  • 2021-08-23
  • 2021-08-15
  • 2021-09-03
  • 2021-12-19
  • 2021-09-28
猜你喜欢
  • 2021-11-27
  • 2021-05-19
  • 2022-02-19
  • 2022-02-08
  • 2021-11-30
  • 2021-11-17
相关资源
相似解决方案