This question has been flagged

I want to install Odoo version 13 on my "Windows Server 2019" with "Python 3.9" and "postgresql 13" but when I want to create DB this error shown:

Database creation error: relation "ir_model" does not exist LINE 1: SELECT * FROM ir_model WHERE state='manual' ^

and I used this command to run Odoo:


python odoo-bin -r user -w pass -d odoo --addons-path=addons --without-demo=WITHOUT_DEMO --db-filter=^%d$


When I checked pgAdmin4 the db exists but without any table.

Avatar
Discard