Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

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

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

How to have own Fields in Odoo 15 Community

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
customizationv15
2 Besvarelser
5374 Visninger
Avatar
Jo ALI

Hi,

I am totally new to Odoo; just installed it in a virtual machine to give it a try.

I do not intend to become a developer. I just want to test if Odoo can do what I want easily or should I try something else.

My main concern is that Odoo seems difficult to customise.

For example, in the Contacts module, all my contacts are Individuals. So, I would like to remove/delete all Company-related fields such as company name, Tax ID, Job Position etc, as irrelevant. Then, I need to add more new fields like credit card details, membership number etc.

Moreover, I like the individual name to be broken into FirstName, MiddleName, and LastName as separate fields instead of just one field for Name. And it would be nice if I can search/sort etc by LastName and/or FirstName.

In brief:

1. Delete some of the fields that come predefined in Odoo, as they are irrelevant to my specific application.

2. Edit the visual representation of a field (for example "Home Phone" instead of just "Phone"

3. Add new fields that are more relevant to my application.

4. Do so without breaking the system, or having to repeat this after a software update.


I can see documentation about adding custom fields, which involves editing models and views. I don't mind editing XML, Python or JS code, but this can get messy and time-consuming.


Is there a simple, clean and quick way to customise the Contacts module, so that it contains the information I do need for my application instead of the generic stuff that comes predefined?


Your advise is much appreciated


p.s. the application is just a customer contact list for a travel agency.

0
Avatar
Kassér
Avatar
Niyas Raphy (Walnut Software Solutions)
Bedste svar

Hi,

Seems you need to customize the system by removing/adding the fields in the views, for this the option only to do it from the code side as a custom module, or to do it from the user interface using the developer mode.

Customizing Odoo From UI:https://www.youtube.com/watch?v=9Sy2SxQEkSk

If you are not interested to be a little technical, you can checkout for the paid apps available in the app store, which can stand as alternative to odoo studio for enterprise.

Thanks & Regards

1
Avatar
Kassér
Avatar
Jo ALI
Forfatter Bedste svar

I am not afraid of coding (has been my daily job for the last 40 years) but I am too old to read millions of lines of undocumented code. I like to remove fields not just from the views, but from the models and the pgsql database itself. My concern is that I can break Odoo functionality in other modules.

Is there a third-party app that can enable adding and deleting fields (from models and DB as well as views)?

0
Avatar
Kassér
Enjoying the discussion? Don't just read, join in!

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

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
How to add custom field on Enterprise reports
enterprise customization v15
Avatar
Avatar
1
jun. 23
3823
Adding custom field to Sale and Manufacturing Order
manufacturing customization v15
Avatar
0
mar. 22
3119
Prevent navigation if records are not save
v15
Avatar
Avatar
Avatar
2
okt. 25
3038
Creating user creates duplicated partner_id
v15
Avatar
Avatar
1
sep. 25
2969
Sales order line comment to Purchase order line comment Løst
v15
Avatar
Avatar
3
jul. 25
4284
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة 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 er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

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