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

Odoo14 creates the database and runs for a while prompting[ Database creation error: Access denied]

Iscriviti

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

La domanda è stata contrassegnata
v14
1 Rispondi
4745 Visualizzazioni
Avatar
Mantra

win10+python3.8.5 or python3.7.7 + postgresql12.2 + odoo14 community 20201113

http://localhost:8069/web/database/manager
Odoo14 creates the database and runs for a while prompting Database creation error: Access denied.


Look at the database and see that it was created successfully, there are only 93 tables, the log has these errors, I wonder why

-------------------------odoo-server.log-------------------------------------

2020-11-13 14:34:39,648 2152 ERROR odoo14 odoo.addons.base.models.ir_cron: Call from cron Expense OCR: Update All Status for server action #665 failed in Job #31 

Traceback (most recent call last):

  File "F:\odoo14\odoo\tools\safe_eval.py", line 324, in safe_eval

    return unsafe_eval(c, globals_dict, locals_dict)

  File "", line 1, in <module>

AttributeError: 'hr.expense' object has no attribute 'check_all_status'


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "F:\odoo14\odoo\addons\base\models\ir_cron.py", line 110, in _callback

    self.env['ir.actions.server'].browse(server_action_id).run()

  File "F:\odoo14\odoo\addons\base\models\ir_actions.py", line 622, in run

    res = runner(run_self, eval_context=eval_context)

  File "F:\odoo14\odoo\addons\base\models\ir_actions.py", line 491, in _run_action_code_multi

    safe_eval(self.code.strip(), eval_context, mode="exec", nocopy=True)  # nocopy allows to return 'action'

  File "F:\odoo14\odoo\tools\safe_eval.py", line 340, in safe_eval

    raise ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr))

ValueError: <class 'AttributeError'>: "'hr.expense' object has no attribute 'check_all_status'" while evaluating

'model.check_all_status()'

2020-11-13 14:34:39,649 2152 INFO odoo14 odoo.addons.base.models.ir_cron: Job `Expense OCR: Update All Status` done. 

2020-11-13 14:35:39,654 2152 INFO odoo14 odoo.addons.base.models.ir_cron: Starting job `Post process payment transactions`. 

2020-11-13 14:35:39,664 2152 INFO odoo14 odoo.addons.base.models.ir_cron: Job `Post process payment transactions` done. 

2020-11-13 14:38:39,691 2152 INFO odoo14 odoo.addons.base.models.ir_cron: Starting job `Lunch: automatic email send`. 

2020-11-13 14:38:39,701 2152 INFO odoo14 odoo.addons.base.models.ir_cron: Job `Lunch: automatic email send` done. 

2020-11-13 14:38:39,702 2152 INFO odoo14 odoo.addons.base.models.ir_cron: Starting job `Lunch: alert chat notification`. 

2020-11-13 14:38:39,712 2152 INFO odoo14 odoo.addons.base.models.ir_cron: Job `Lunch: alert chat notification` done. 



////////////////////odoo.conf//////////////////////////

[options]

addons_path = F:\odoo14\extra-addons

admin_passwd = $pbkdf2-sha512$25000$jXEOgbDWeu/9H.Nci1FKqQ$cpRPnQeSOtvVLnGjMKsdvcHIMLArzGt8c7F0fkbs4pD6y1Y6uXwg2.OBu9qLQ5wR6H/zPYgPmht/WhLTc0R/XA

csv_internal_sep = ,

data_dir = F:\odoo14\data

db_host = localhost

db_maxconn = 64

db_name = False

db_password = odoo

db_port = 5432

;db_sslmode = prefer

db_template = template0

db_user = odoo

dbfilter = 

demo = {}

email_from = False

geoip_database = C:\usr\share\GeoIP\GeoLite2-City.mmdb

http_enable = True

http_interface = 

http_port = 8069

import_partial =

limit_memory_hard = 2684354560

limit_memory_soft = 2147483648

limit_request = 8192

limit_time_cpu = 60

limit_time_real = 120

limit_time_real_cron = -1

list_db = True

log_db = False

log_db_level = warning

log_handler = :INFO

log_level = info

logfile = F:\odoo14\odoo-server.log

longpolling_port = 8072

max_cron_threads = 2

osv_memory_age_limit = False

osv_memory_count_limit = False

pg_path = F:\PostgreSQL\12\bin

pidfile = 

proxy_mode = False

reportgz = False

screencasts = 

screenshots = C:\Users\Administrator\AppData\Local\Temp\odoo_tests

server_wide_modules = base,web

smtp_password = False

smtp_port = 25

smtp_server = localhost

smtp_ssl = False

smtp_user = False

syslog = False

test_enable = False

test_file = 

test_tags = None

transient_age_limit = 1.0

translate_modules = ['all']

unaccent = False

upgrade_path = 

without_demo = False

workers = None

0
Avatar
Abbandona
Hilar Andikkadavath

Error from model hr expense, make sure extra addons are working correctly. also, make sure the role is configured correctly

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Risposta migliore

Hi,

Make sure that the function is defined in the correct model.


Hope it helps

1
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à
Odoo14 alternative for Automated Translations through Gengo API module
v14
Avatar
Avatar
Avatar
Avatar
3
set 25
3677
Odoo Community v14 Slow on High-End Servers, Fast on i5/i7 PCs
v14
Avatar
0
ago 25
1104
How to Managing Birthdate and Age in Odoo
v14
Avatar
Avatar
1
ago 25
3467
Update Initial Stock of Product using XMLRPC API [Odoo14] Risolto
v14
Avatar
Avatar
Avatar
2
lug 25
9049
"AttributeError: 'NoneType' object has no attribute 'CompileError'" configuring document Layout - Odoo 14
v14
Avatar
Avatar
Avatar
2
lug 25
5369
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