Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 641 |
Technical Name |
smart_field_tracking |
License | OPL-1 |
Versions | 16.0 17.0 18.0 |
The field tracker in Odoo works well. However, the tracking information displayed in the chatter.
Sometimes, it is difficult for users to get an overall view of the field tracking data changes.
Users are also unable to configure which fields should be tracked and which ones should not.
With this app, you get it all:
- Easily configure which fields should be tracked and which ones shouldn't
- Easily view the change history of each field, including the user who made the change and the date and time
- Optionally apply field tracking to specific records instead of the entire model
- Easily delete tracking data when needed

1. Configuration.
- Go to User access right setting and select field tracking group for user
- "Only View Field Tracking": User can view the change history data of field.
- "Allow Adding Field Tracking Configuration": User can configure which fields can be tracked and which ones cannot.
2. Field Tracking Configuration.
- Go to Setting --> Technical --> Field Tracking Configuration
- Create new configuration record.
- Select model
- If you enable "Skip Odoo Tracking" under the model,
Odoo will ignore the modelâs default field tracking and instead only track the fields specified in the field lines below.
- No fields will be tracked in the model's chatter, if you enable "Skip Odoo Tracking" under the model
- You can edit the domain to specify which records will have the fields below tracked.
- Add the fields you want to track, any changes to these fields will be recorded.
- If you enable "Skip Odoo Tracking" on the Field Tracking Lines, Odoo will not track this field in the chatter.
- If you don't want to track a field, simply untick the Active option.
3. View Field Tracking History.
- On the form view, click on "Field Tracking" as shown in the image below.
- The field tracking history of the current record will be displayed.
- You can easily view the tracking history of each field, with the ability to search and filter.
- On the list view, select the record for which you want to view the field tracking history.
- If you want to view all field tracking history, go to Settings --> Technical --> Field Tracking Log.
3. Field Tracking Widget For one2many Field.
- This app also provides a widget named "one2many_tracking_widget" that allows you to view the tracking history of one2many fields.
- You just need to add the widget as follows into the one2many field:
<widget name="one2many_tracking_widget" width="20px"/>
- If you click on "Chain" icon, The field tracking history of this line will be displayed
Apps May You Like
Email Support: huynh.giang.son.gs@gmail.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module