Yenthe666 / Odoo_Samples

This repository contains samples with Odoo code
GNU Affero General Public License v3.0
241 stars 306 forks source link

erppeek access denided #16

Open Krishna-Sharma-BSI opened 10 months ago

Krishna-Sharma-BSI commented 10 months ago

hi @Yenthe666 @warrag @yenykm I am having same issue in version 15.0 while trying to access through python script in odoo.conf admin_passwd is admin I have use same DATABASE = db_name SERVER = 'http://localhost:8069/' ADMIN_PASSWORD = 'admin' client = erppeek.Client(server=SERVER) client.create_database(ADMIN_PASSWORD,DATABASE) but getting issue, can someone guide me please ?