TIP: You can type at any time to perform a new search.
Tracking Manager Domain
tracking_manager_domain · OCA/server-tools
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_domainCharhelp='Add a domain filter to only track changes when certain condition apply on the parent record.'
-
write(self, vals)
Loading…
Loading…