postgresql-x64-13 版本数据库报错
odoo10 连接数据库报错
psycopg2.OperationalError: authentication method 10 not supported
修改postgre配置文件 pg_hba.conf C:\Program Files\PostgreSQL\13\data 中的加密方式 method 为 password 或者md5

然后重启服务

odoo10 连接数据库报错
psycopg2.OperationalError: authentication method 10 not supported
修改postgre配置文件 pg_hba.conf C:\Program Files\PostgreSQL\13\data 中的加密方式 method 为 password 或者md5

然后重启服务
