Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.22 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 09:06:27
Authors
Odoo Community Association (OCA), glueckkanja AG
Maintainers
Odoo Community Association (OCA), glueckkanja AG
Committers
Christopher Rogos, OCA-git-bot, oca-ci
Odoo dependencies
OCA/server-tools:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the Tracking Manager module to allow defining a domain
filter on tracked fields. Changes are only recorded when the specified domain
condition is satisfied on the parent record.

This is useful when you want to limit tracking to specific record states or
conditions, for example only tracking a field when a partner is a company.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
ir_model_fields_view_tree_custom_tracking ir.model.fields tree Inherits tracking_manager.ir_model_fields_view_tree_custom_tracking
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • tracking_domain Char
    help='Add a domain filter to only track changes when certain condition apply on the parent record.'
Public methods (1)
  • write(self, vals)

Loading…

Loading…