Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

openerp.netsvc: permission denied for relation ir_module_module

Subscriure's

Get notified when there's activity on this post

This question has been flagged
change
5 Respostes
34233 Vistes
Avatar
CTT

Hi everybody !

Firstly, my database (in postgreSQL) belonged to openerp user. Then I changed the owner to another user (in my config file, /etc/openerp-server-hrm.conf). When I accessed after that, I have this error. Detail error in log file: " 2013-10-17 17:22:03,214 8912 ERROR hrm openerp.sql_db: Programming error: permission denied for relation ir_module_module , in query SELECT name, id, state, demo AS dbdemo, latest_version AS installed_version FROM ir_module_module WHERE name IN %s 2013-10-17 17:22:03,215 8912 ERROR hrm openerp.netsvc: permission denied for relation ir_module_module Traceback (most recent call last): File "/opt/openerp/openerp-hrm/openerp/openerp/netsvc.py", line 292, in dispatch_rpc result = ExportService.getService(service_name).dispatch(method, params) File "/opt/openerp/openerp-hrm/openerp/openerp/service/web_services.py", line 433, in dispatch return fn(*params) File "/opt/openerp/openerp-hrm/openerp/openerp/service/web_services.py", line 444, in exp_authenticate res_users = pooler.get_pool(db).get('res.users') ..................................... ProgrammingError: permission denied for relation ir_module_module"

Many thanks!

3
Avatar
Descartar
Avatar
Vijay Baladaniya (vba)
Best Answer

The user using which you are trying to access the database may not be SUPERUSER access privileges.

So make sure that the user through which you are trying to login database must be SUPERUSER and if not then run following steps in terminal which will alter user into SUPERUSER:

1) psql template1 2) ALTER USER user_name WITH SUPERUSER; (user_name = The user by with you are going to restore the database. It gives SUPERUSER access privileges to user_name)

10
Avatar
Descartar
babu

Hi Vijay, still i am facing the same problem is there any suggestions please give me.

Avatar
Sagar Pise
Best Answer

I face same problem. I waste almost half day to resolve this problem, problem is there are two odoo server live and testing on same machine with different database user.In browser login to testing server and close the page and again try to login to live server from same browser and checking log. Odoo try to login testing database from live code base and same error raised. So just clear browser cache py pressing ctrl + shift + Del and delete everything, problem solved.

2
Avatar
Descartar
Avatar
jordy
Best Answer

Hi,  I have a similar problem pls . when I get up my second odoo (with an second process script)

1.        I have two config files in  /etc/odoo/  --->openerp-server.conf    :8069 (defalut)

                                                             --->choclito-server.conf    :8169

(also I use xmlrpc=8169 to point my port, and )

2.        I have two owner in my  postgresql  --> odoo    -->odoopass   (defalut)

                                                             --> choclito    ---> choclitopass

(my first database called db1 , and my second is db2)

3.        and I have two process script in /etc/init.d/ --> odoo  (defalut)

                                                            ------------> choclito

all my config files have permission odoo:odoo ( , except in /etc/init.d/   because they are from root)

(i have nginx with my web srv, but I don think so , becausa my ports listen ok, I think is some related to my database , I dont know )      :(

... and this is my log from my second odoo (when I run choclito , but my first odoo was already running before):

======================================================================================================

2016-12-15 14:34:05,694 7431 INFO db1 werkzeug: 179.7.94.77 - - [15/Dec/2016 14:34:05] "GET / HTTP/1.1" 500 -2016-12-15 14:34:05,700 7431 ERROR db1 werkzeug: Error on request:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi    execute(self.server.app) 
File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute    application_iter = app(environ, start_response) 
File "/usr/lib/python2.7/dist-packages/openerp/service/server.py", line 291, in app    return self.app(e, s) 
File "/usr/lib/python2.7/dist-packages/openerp/service/wsgi_server.py", line 216, in application    return application_unproxied(environ, start_response) 
File "/usr/lib/python2.7/dist-packages/openerp/service/wsgi_server.py", line 202, in application_unproxied    result = handler(environ, start_response) 
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 1297, in __call__    return self.dispatch(environ, start_response) 
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 1271, in __call__    return self.app(environ, start_wrapped) 
File "/usr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 579, in __call__    return self.app(environ, start_response) 
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 1435, in dispatch    ir_http = request.registry['ir.http'] 
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 353, in registry    return openerp.modules.registry.RegistryManager.get(self.db) if self.db else None 
File "/usr/lib/python2.7/dist-packages/openerp/modules/registry.py", line 339, in get    update_module) 
File "/usr/lib/python2.7/dist-packages/openerp/modules/registry.py", line 370, in new    openerp.modules.load_modules(registry._db, force_demo, status, update_module) 
File "/usr/lib/python2.7/dist-packages/openerp/modules/loading.py", line 289, in load_modules    graph.add_module(cr, 'base', force) 
File "/usr/lib/python2.7/dist-packages/openerp/modules/graph.py", line 89, in add_module    self.add_modules(cr, [module], force) 
File "/usr/lib/python2.7/dist-packages/openerp/modules/graph.py", line 129, in add_modules    self.update_from_db(cr) 
File "/usr/lib/python2.7/dist-packages/openerp/modules/graph.py", line 78, in update_from_db    ' WHERE name IN %s',(tuple(additional_data),) 
File "/usr/lib/python2.7/dist-packages/openerp/sql_db.py", line 158, in wrapper    return f(self, *args, **kwargs) 
File "/usr/lib/python2.7/dist-packages/openerp/sql_db.py", line 234, in execute    res = self._obj.execute(query, params)ProgrammingError: permission denied for relation ir_module_module


0
Avatar
Descartar
Avatar
Carlos Enrique Contreras Vara
Best Answer

Suhas it work for me your answer thankyou

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
Rescrict edit's in Products and BoM
change editing
Avatar
Avatar
2
de set. 25
616
How can I update my custom addon icon if it doesn't have a menu? Solved
change icon
Avatar
Avatar
Avatar
Avatar
3
d’ag. 25
1229
change url e-commerce productpage
change url
Avatar
Avatar
1
de juny 25
4067
Changing currency of the company
currency change
Avatar
Avatar
1
d’abr. 22
3471
Edit and Change Journal book in a journal entry
change journal_entry
Avatar
0
de nov. 21
3733
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now