This question has been flagged
6 Replies
14044 Views

I try install odoo 11 in Ubuntu 11 using tutorial of GetOpenERP https://www.getopenerp.com/install-odoo-11-on-ubuntu-16-04/

When run for first time, and put data for install database with load demo data get error:


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

Database is create with name put on form db_odoo

Also try with new databasename and not load demo data.

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

Avatar
Discard

Please follow the directives in the Odoo installation documentation.

Author

This is a forum? What is information for get some help?

You are right Abdelkarim i got the same issue my friend and i foloowed the odoo installationdocumentation @Ermin but i didnt find any solution !!!

Best Answer

Hi,

    https://www.cybrosys.com/blog/how-to-configure-pycharm-for-odoo-development-in-ubuntu

Try these procedures I think this will be helpful.

 

Avatar
Discard
Best Answer

I have same problem on Odoo 11 . I resolved it .

I clone new source  after I run new source and it works.

Avatar
Discard
Best Answer

Have you tried to follow \official\ documentation\\?\ It\ is\ very\ straightforward\.\ If\ you\ still\ have\ problems\ I\ would\ recommend\ to\ use\ \automated installation script from Yenthee:

Download script/make it executable/run/enjoy:

sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/11.0/odoo_install.sh
sudo chmod +x odoo_install.sh
sudo ./odoo_install.sh


Avatar
Discard