Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

How to enable ordered Tracking for base many2one fields?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
trackingbasefieldcustomfieldStudioSF-Experts
1 Respondre
6349 Vistes
Avatar
Harishankar Unnikrishnan (hun)

The chatter in Odoo is a great way to track changes made to a specific field or a model as it records the changes with notes. For example, if you change the status of a Sale Order, you will immediately notice that it is recorded in the chatter as a note. This gives us valuable information on the user that changed the information along with a timestamp on the same. 

However, this is not set by default on all fields in Odoo, possibly because enabling it for all fields will mean that the chatter will become extremely cluttered with information the moment you change small details. There are only a few important fields (like Status, Scheduled dates etc.) that have it turned on by default. 

Use Case - In the contacts model, I want to track changes made to the “Country” field in the address. How can I achieve this?

0
Avatar
Descartar
Avatar
Harishankar Unnikrishnan (hun)
Autor Best Answer

Ordered Tracking for Custom fields

Any custom field in Odoo has the option to have ordered tracking turned on in Studio. Steps to do this –

  1. Enable Debug (developer) mode.
  2. Open Studio in the form view.
  3. Click on the field in question.
  4. On the left panel, scroll down and click on “More”.
  5. You will find an option called “Enable Ordered Tracking”.

Enter a number other than 0 in the field. The number indicates the priority of the fields tracking. If a field has a higher number, it has a higher priority and if multiple fields are changed at the same time, the highest priority will show up on top.

Expected behavior for Base fields

Base fields, on the other hand, will not allow you to enable ordered tracking on them. If you follow the above-mentioned steps for base fields you will notice that the ordered tracking field is read-only and even if you try to bypass and make it editable, Odoo will give you an error that says that base fields cannot be edited. 

However, there is a workaround to make this possible if clients need a way to track any changes made to base many2one fields. Keep in mind that this works only for many2one or relational fields and not char fields.

​Workaround for enabling ordered tracking on base fields

Odoo does not prevent the user from enabling ordered tracking on custom fields. We can use this to our advantage to track changes made to base fields. The following steps will enable the user to create a custom field that is related to the base field, which can be tracked.

  1. Open studio in the form view.
  2. Drag and drop a new related field; and relate it to the base field you want to track.
  3. You can name the related field whatever you want but for the sake of tracking in the chatter, I would recommend naming it the same as a base field but with a minor difference to differentiate between the two. For example, you can call it “Country1” or “Country (tracking)” or something along those lines. I recommend having the base field's name in it so that you know what is being modified when it shows up on the chatter.
  4. Follow the steps above to enable ordered tracking on the new related field.
  5. You can choose to make the new field hidden if you want, to avoid any confusion and prevent cluttering the form view.
  6. Exit Studio.

You now have a hidden related field that will change when the base field changes and because ordered tracking is enabled, it will be displayed in the chatter. For example, if I change the Country field, the chatter will display Country1 has been changed. 

1
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Related Posts Respostes Vistes Activitat
How can I create a customer invoice from a task and link it to the task? Solved
Studio SF-Experts
Avatar
1
d’oct. 25
2604
How can I create a vendor refund from a task and link it to the task? Solved
Studio SF-Experts
Avatar
1
d’ag. 24
1824
How can I create a vendor bill from a task and link it to the task? Solved
Studio SF-Experts
Avatar
1
d’ag. 24
2583
How can I create a customer credit note from a task and link it to the task? Solved
Studio SF-Experts
Avatar
1
d’ag. 24
2042
[Accounting][Studio] How can I add the purchase order number to the vendor bill? Solved
Accounting Studio SF-Experts
Avatar
1
de març 25
4394
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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