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

List of native fields Odoo v18

Iscriviti

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

La domanda è stata contrassegnata
configurationaccounting
3 Risposte
1207 Visualizzazioni
Avatar
Mandy Stephens

Hi,


I am working at a new organisation that has Odoo which is still fairly new to me. They have some customisations which can be vexatious during upgrades, and it looks like some may have been from previous versions which are now available in native format. My question is, how can I find a lit of all native Odoo functions (version 18) so I can try and filter out what is customisation? They are using multiple apps. 

0
Avatar
Abbandona
Mandy Stephens
Autore

thank you very much! Will have a go shortly

Avatar
Ray Carnes (ray)
Risposta migliore

In Developer Mode, you can access the Fields Menu, and can export everything you are interested in including the In Apps field.

This shows you which App or Apps the field was created from and/or modified within. 



Cross reference this list with a list of official Odoo Apps (you can export from the Apps Menu).

1
Avatar
Abbandona
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Risposta migliore

Hi,


There isn’t a single “all functions list” you can download for Odoo 18, but there are clear ways to separate native (standard) features from customisations:


1. Check Installed Modules


    Go to Apps → Installed Modules.


    Everything published by Odoo SA is standard. Anything else (company name, third-party vendor, or custom_addon) is not native.


    This gives you the first layer of visibility: which modules come from Odoo vs. custom.


2. Use Developer Mode


    Activate Developer Mode under Settings.


    In any form or list view, hover over fields and buttons to see which model and field they belong to.


    If the technical name starts with x_ (like x_fieldname), it’s a custom field created through Studio.


    If it’s coming from a custom module, you’ll see it linked to that module.


3. Compare Against Odoo’s Official Documentation


    Odoo publishes functional documentation for every native app: https://www.odoo.com/documentation/18.0/


    You can use this to compare features. If something exists in the system but isn’t mentioned in the official docs, chances are it’s a customization.


4. Look at the Code Base


    If you have server access, custom modules usually live in a separate directory (custom_addons, extra_addons, etc.).


    The Odoo source itself is in odoo/addons. Everything outside that folder is third-party or custom.


5. Identify Views and Reports


    In Developer Mode → Settings → Technical → User Interface → Views/Reports, you can search for Inherited View.


    Many customizations are done by inheriting native views and reports. The Inherited View will show which module created the override.


6. Check for Deprecated Customizations


    Since you mentioned upgrades: Odoo 18 may already have features that older versions lacked. For example, things like barcode flows, customer portals, or accounting localizations may have been custom before but are now standard.


    The easiest way to check is: search in the official 18.0 docs, then check if you see a similar custom module in your system.


There isn’t one big list of “all Odoo functions,” but you can combine these methods: check installed modules (Odoo vs. custom), use Developer Mode to inspect fields, compare against Odoo’s documentation, and review the code directory. Over time, you’ll build a clear map of what’s native vs. customized.


Hope it helps



1
Avatar
Abbandona
Avatar
Mandy Stephens
Autore Risposta migliore

brilliant thank you very much!


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à
US company selling to EU – OSS VAT automation not working
configuration accounting
Avatar
Avatar
1
ott 25
340
Filtering Listed Journals in Accounting Dashboard Odoo 18 Risolto
configuration accounting
Avatar
Avatar
1
ott 25
1922
Account Groups Functionality
configuration accounting
Avatar
Avatar
Avatar
2
ott 25
1186
Trying to setup Amazon Payment Services Risolto
configuration accounting
Avatar
Avatar
2
ott 25
775
How to Switch to the 3-Pane Bank Reconciliation Interface (Matching + Journal + Posting)? Risolto
configuration accounting
Avatar
Avatar
1
set 25
1915
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