تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
25700 أدوات العرض

Good evening

I want to ask steps how to clean up odoo from pc. Because when the pc is already installed odoo and i want to reinstall odoo it can't be successful, when the installation process is always postgresql it could not be checked. Even though I already deleted files odoo.

Thank you

الصورة الرمزية
إهمال
أفضل إجابة

After uninstall odoo, open registry, search "postgresql" and delete all values. Then restart your pc and reinstall odoo again.

الصورة الرمزية
إهمال
أفضل إجابة

Hi, i had the same problem with odoo 8 and odoo 10;

what i have done is as fallow :

- installed postgresql (9.6.8 for me )

- start a cmd in C:\Program Files\PostgreSQL\9.6\bin

 psql -U postgres

- Created a user then modifying the user to be able to create a Database with the fallowing :

 CREATE USER openpg WITH PASSWORD 'openpgpwd';
ALTER USER openpg createdb;

- and install odoo with everything by default;

- enjoy :D


الصورة الرمزية
إهمال