Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

[10.0] Internal Server Error after delete default inactive users

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
users500
4 Risposte
4514 Visualizzazioni
Avatar
Adek Lanin

Hello,

Let's me cut to the case, heres what happen. Well I would say accidentally, but to be honest this case was my stupid-curiosity-really-tired-troubleshoting-act deleting Inactive default users when cleaning up inactive users. There were default user, Public user & Template user. After that I couldn't access my web from page http://odoo.domain.tld frontend but the backend still working although the login page missed the image background and css style, but the login form still there and most modules still function like before.

**logs bellow

This what I've tried:

  • Upgrading module: Portal, Web & Website builder. After doing this, the default inactive users recreated. But I (think) saw it generate new ID for the public user, so it might be missing the ID flag to access the portal homepage.

  • Create new database: Fresh new database seems working without error, and http://odoo.domain.tld frontend also accessible

So did anyone happen to experince this situation, or do anyone have suggestion what gone wrong and would give me some solutions what should I do? By the way, I'm not Python developer or programmer. But please don't hesitate with the answers, any kind of clue would help.

Really appreciate for time and attention. 

Cheers.

-AL-

Jun 13 17:34:51 wow Odoo Server 10.0-20170612:wow:ERROR:werkzeug:Error on request:#012Traceback (most recent call last):#012  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi#012    execute(self.server.app)#012  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute#012    application_iter = app(environ, start_response)#012  File "/usr/lib/python2.7/dist-packages/odoo/service/wsgi_server.py", line 182, in application#012    return werkzeug.contrib.fixers.ProxyFix(application_unproxied)(environ, start_response)#012  File "/usr/lib/python2.7/dist-packages/werkzeug/contrib/fixers.py", line 144, in __call__#012    return self.app(environ, start_response)#012  File "/usr/lib/python2.7/dist-packages/odoo/service/wsgi_server.py", line 170, in application_unproxied#012    result = handler(environ, start_response)#012  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1306, in __call__#012    return self.dispatch(environ, start_response)#012  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1280, in __call__#012    return self.app(environ, start_wrapped)#012  File "/usr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 588, in __call__#012    return self.app(environ, start_response)#012  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1478, in dispatch#012    result = ir_http._dispatch()#012  File "/usr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 175, in _dispatch#012    langs = [lg[0] for lg in request.website.get_languages()]#012  File "/usr/lib/python2.7/dist-packages/odoo/addons/website/models/website.py", line 349, in get_languages#012    return self._get_languages()#012  File "<string>", line 2, in _get_languages#012    #012  File "/usr/lib/python2.7/dist-packages/odoo/tools/cache.py", line 87, in lookup#012    value = d[key] = self.method(*args, **kwargs)#012  File "/usr/lib/python2.7/dist-packages/odoo/addons/website/models/website.py", line 353, in _get_languages#012    return [(lg.code, lg.name) for lg in self.language_ids]#012  File "/usr/lib/python2.7/dist-packages/odoo/fields.py", line 870, in __get__#012    self.determine_value(record)#012  File "/usr/lib/python2.7/dist-packages/odoo/fields.py", line 972, in determine_value#012    record._prefetch_field(self)#012  File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 3070, in _prefetch_field#012    result = records.read([f.name for f in fs], load='_classic_write')#012  File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 2991, in read#012    self.check_access_rights('read')#012  File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 3289, in check_access_rights#012    return self.env['ir.model.access'].check(self._name, operation, raise_exception)#012  File "<string>", line 2, in check#012    #012  File "/usr/lib/python2.7/dist-packages/odoo/tools/cache.py", line 87, in lookup#012    value = d[key] = self.method(*args, **kwargs)#012  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_model.py", line 909, in check#012    (model_name, self._uid,))#012  File "/usr/lib/python2.7/dist-packages/odoo/sql_db.py", line 141, in wrapper#012    return f(self, *args, **kwargs)#012  File "/usr/lib/python2.7/dist-packages/odoo/sql_db.py", line 218, in execute#012    res = self._obj.execute(query, params)#012ProgrammingError: operator does not exist: integer = boolean#012LINE 6:                                AND gu.uid = false#012                                                  ^#012HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.


0
Avatar
Abbandona
Niyas Raphy (Walnut Software Solutions)

Hi, I am not sure with this, just upgrade the base module and check whether the things are ok

Ermin Trevisan

Please use proper line breaks when posting code. The easiest way is to first copy the code and apply the Code formatting afterwards (IIRC).

Adek Lanin
Autore

@Niyas upgrading Base module not helping, webpage still Internal Server Error

@Ermin thank for the tip, will do it properly next time

Avatar
Mohammed Amal N
Risposta migliore

I'm not sure but when you create a db with demo data some views or templates will have groups defined for demo user .

The views you selecting may be using those groups. 

I don't know if you can recreate a demo user, but you can try getting code for the view by clicking edit form view(from developer mode) and deleting groups=

0
Avatar
Abbandona
Avatar
Ermin Trevisan
Risposta migliore

I'd check the user table in the database directly. Maybe you can assign the original user IDs to the newly created users manually.

0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
Remove access rights to a date
users
Avatar
Avatar
Avatar
2
ott 25
896
Managing users access rights UI changed from last week Risolto
users
Avatar
Avatar
1
set 25
2552
What is exact difference between portal and public user in odoo? when We need to create a public user? Risolto
users
Avatar
Avatar
Avatar
Avatar
3
lug 25
9744
How can I view user login history in my Odoo Standard v18 database?
users
Avatar
Avatar
1
mag 25
2457
What is the minimum number of users need to purchase ? Risolto
users
Avatar
Avatar
Avatar
2
gen 25
3122
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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