I found the solution. In fact, I was launching erp directly with user postgres. I change this by creating a postgre user related to my ubuntu user (ex:bmatt) following those steps:
sudo su postgres createuser bmatt Le nouvel rôle est-t'il un superutilisateur ? (o/n) n Le nouvel rôle doit-il être autorisé à créer des bases de données ? (o/n) o Le nouvel rôle doit-il être autorisé à créer de nouveaux rôles ? (o/n) n exit I modify /etc/postgresql/8.2/main/pg_hba.conf adding a new line "local all bmatt ident sameuser" sudo invoke-rc.d postgresql-8.2 restart -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=28437#28437 -------------------- m2f --------------------
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
