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

Custom app is not installed.

Iscriviti

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

La domanda è stata contrassegnata
debug
1 Rispondi
2271 Visualizzazioni
Avatar
soufyane all

so i just learning odoo but i face many problem to install odoo and postgreSQL and pycharm and configuration to work on them so i craete my my_app and i can't believe it cause i was workin on it 3 days and every time i face a problem i return to youtube and gpt and it help me alot but some problem didn't workout like this one here, now my_app is activated but when i want to upgrade it it gives me " Can not upgrade module 'my_app'. It is not installed. " 

0
Avatar
Abbandona
Christoph Farnleitner

'raise UserError(_("Cannot upgrade module “%s”. It is not installed.", module.name))' should occur if module.state is not 'installed' or 'to upgrade' only. That being said, your module, probably really just isn't installed after all - so you may want to try that once more. There are so many ways things can go wrong, it's pretty much impossible to say what exactly is going on in your setup with the limited information provided.
You'll have to investigate the log file and check what is happening upon restarting Odoo (this is the time when your addons folders are read from the config and a broken path would usually be mentioned here, in case there is any). Then you want to investigate the log file upon actually trying to install and upgrade the module. This can also provide valuable insights. But, since the error message is quite specific, I still believe you're trying to Upgrade my_app from the Apps list view while it is simply not installed.

Christoph Farnleitner

Also, creating the same post with even less information given wont help you get actual answers. This is a community forum and there is no obligation from anyone to work out other users issues. So, try to improve your post with information that could be relevant - specific information such as what your module structure is, what your manifest looks like, what your log says (but don't post thousands of lines of log entries) - and even basics such as your Odoo version, to begin with. See also https://www.odoo.com/forum/1/faq

soufyane all
Autore

i wanna thank you for replying to my post and for given me an advice for how i will workout my problem and about posting one more time it was just rookie mistake, i see post in 2/3 lines and i think i shouldn't say much and not given  much information for people to read, again i just start learning  so thank you again for help me do that 

Avatar
D Enterprise
Risposta migliore

Hii,

Install the module first (not upgrade)
  • Go to Apps in Odoo, search for my_app, and click Install.
  • If it’s already marked as installed, try to Restart Odoo server and update the app list (Apps > Update Apps List).

If the module appears installed but error persists:

  • Restart your Odoo server.
  • Go to Apps, remove the filter “Installed” to see all apps.
  • Check if my_app shows as installed.
  • If not, install it first.

Upgrade only after successful installation

  • Once installed, you can upgrade by clicking the Upgrade button in Apps or using the command line:
    odoo -u my_app -d your_database_name

Check your module manifest

  • Make sure your __manifest__.py has 'installable': True.

i hope using this the error is solved

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à
(@@Iberia^AR@@)¿Cómo se llama ahora Iberia?
debug
Avatar
0
nov 25
3
Facing trouble with my appointment section
debug
Avatar
0
ott 25
679
ValueError: Wrong value for ir.ui.view.type: 'tree'in Odoo18 Risolto
debug
Avatar
Avatar
1
set 25
1274
Custom Route splitting return transfers into two different returns.
debug
Avatar
0
ago 25
1714
How can I import data without losing information?
debug
Avatar
Avatar
1
lug 25
1587
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