Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Producție
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

openerp.netsvc: permission denied for relation ir_module_module

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
change
5 Răspunsuri
34091 Vizualizări
Imagine profil
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
Imagine profil
Abandonează
Imagine profil
Vijay Baladaniya (vba)
Cel mai bun răspuns

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
Imagine profil
Abandonează
babu

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

Imagine profil
Sagar Pise
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
jordy
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
Carlos Enrique Contreras Vara
Cel mai bun răspuns

Suhas it work for me your answer thankyou

0
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

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

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Rescrict edit's in Products and BoM
change editing
Imagine profil
Imagine profil
2
sept. 25
588
How can I update my custom addon icon if it doesn't have a menu? Rezolvat
change icon
Imagine profil
Imagine profil
Imagine profil
Imagine profil
3
aug. 25
1086
change url e-commerce productpage
change url
Imagine profil
Imagine profil
1
iun. 25
4009
Changing currency of the company
currency change
Imagine profil
Imagine profil
1
apr. 22
3388
Edit and Change Journal book in a journal entry
change journal_entry
Imagine profil
0
nov. 21
3636
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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