I want to install Odoo version 12 on my "Windows Server 2019" with "Python 3.9" and "postgresql 13" but when I want to create DB this error is shown:
Database creation error: relation "ir_model" does not exist LINE 1: SELECT * FROM ir_model WHERE state='manual' ^
I used this command to run Odoo:
python odoo-bin -r user -w pass -d odoo -i base --db-filter=^%d$
When I checked pgAdmin Odoo had made the DB but there is no table stored in there.