> 
> > You just have to delete the reference to "test" module in ir_module_module
> > table.
> 
> Can anyone tell me how to do that? Dig in with a DB-Admin tool?
> 
> > Will the problem affect only upgrades or new installations as well?
> 
> Since a linux shell of the server where is installed PostgreSQL (if you
> have Debian Linux server or similar) run this:
> 
> sudo su postgres
> 
> psql
> 
> \c your_database_name
> 
> delete from ir_module_module where name = 'test';

...and a \q to leave again.

Thanks!

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to