Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Food & Hospitality
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Guest House
    • Distributor nápojů
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Trades
    • Údržbář
    • IT hardware a podpora
    • Solar Energy Systems
    • Výrobce obuvi
    • Úklidové služby
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Services for Partners
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

List of native fields Odoo v18

Odebírat

Get notified when there's activity on this post

This question has been flagged
configurationaccounting
3 Odpovědi
1210 Zobrazení
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
Zrušit
Mandy Stephens
Autor

thank you very much! Will have a go shortly

Avatar
Ray Carnes (ray)
Nejlepší odpověď

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
Zrušit
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Nejlepší odpověď

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
Zrušit
Avatar
Mandy Stephens
Autor Nejlepší odpověď

brilliant thank you very much!


0
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
US company selling to EU – OSS VAT automation not working
configuration accounting
Avatar
Avatar
1
říj 25
341
Filtering Listed Journals in Accounting Dashboard Odoo 18 Vyřešeno
configuration accounting
Avatar
Avatar
1
říj 25
1928
Account Groups Functionality
configuration accounting
Avatar
Avatar
Avatar
2
říj 25
1188
Trying to setup Amazon Payment Services Vyřešeno
configuration accounting
Avatar
Avatar
2
říj 25
780
How to Switch to the 3-Pane Bank Reconciliation Interface (Matching + Journal + Posting)? Vyřešeno
configuration accounting
Avatar
Avatar
1
zář 25
1915
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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