Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
3
tracking_manager/readme/CONTRIBUTORS.md
Executable file
3
tracking_manager/readme/CONTRIBUTORS.md
Executable file
@@ -0,0 +1,3 @@
|
||||
- Kévin Roche \<<kevin.roche@akretion.com>\>
|
||||
- Sébastien BEAU \<<sebastien.beau@akretion.com>\>
|
||||
- Christopher Rogos \<<crogos@gmail.com>\>
|
||||
5
tracking_manager/readme/DESCRIPTION.md
Executable file
5
tracking_manager/readme/DESCRIPTION.md
Executable file
@@ -0,0 +1,5 @@
|
||||
This module allows to track all fields on every model that has a
|
||||
chatter, including one2many and many2many ones. This excludes the
|
||||
computed, readonly, related fields by default. In addition, line changes
|
||||
of a one2many field can be tracked (e.g. product_uom_qty of an
|
||||
order_line in a sale order).
|
||||
17
tracking_manager/readme/USAGE.md
Executable file
17
tracking_manager/readme/USAGE.md
Executable file
@@ -0,0 +1,17 @@
|
||||
- In setting \> models: select a model
|
||||
- Check "Active" under Custom Tracking.
|
||||
- You have two options - 1) manually configure tracked fields one by
|
||||
one, or 2) determine tracked fields based on a specific domain.
|
||||
- For 1) manually configure tracked fields one by one
|
||||
- Click on Tracked Fields smart button, and select/unselect Custom
|
||||
Tracking.
|
||||
- For 2) determine tracked fields based on a specific domain
|
||||
- Select "Automatic configuration", and then set the domain
|
||||
accordingly.
|
||||
- Click "Update" for the domain to take effect.
|
||||
|
||||

|
||||
|
||||
- Then select the fields to track
|
||||
|
||||

|
||||
Reference in New Issue
Block a user