Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,2 @@
* Kévin Roche <kevin.roche@akretion.com>
* Sébastien BEAU <sebastien.beau@akretion.com>

View file

@ -0,0 +1,2 @@
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).

View file

@ -0,0 +1,14 @@
- 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.
.. image:: ./static/description/model_view.png
- Then select the fields to track
.. image:: ./static/description/fields.png