Hi,
I am trying to setup Odoo on my local Mac laptop. I have installed Python 3.9, Postgresql 12 and cloned Odoo12 Community Version. When i start the Odoo server with 'python3 odoo-bin' it starts without any errors.
I tried to access odoo using 'localhost:8069' and it redirects me to 'localhost:8069/web/database/manager' where I enter all the details and try to create a testdb. On clicking create, I get the below error. Would anyone know what I might be doing wrong.
psycopg2.errors.UndefinedTable: relation "ir_model" does not exist
LINE 1: SELECT * FROM ir_model WHERE state='manual'
Thanks a lot!
I even tried with Postgresql 13.. Same error