Hi community!
I need your help, I cannot find this on the docs. I know that changes on a field can be tracked by the tracking=True parameter, but I would like to know what it means when the parameter has a number instead a boolean, like tracking=4 or tracking=5. Look at some examples:
odoo/sale_order.py at 15.0 · odoo/odoo (github.com)
odoo/sale_order.py at 15.0 · odoo/odoo (github.com)
This should be in the docs, but it isn't defined for now
Mixins and Useful Classes — Odoo 15.0 documentation
Mixins and Useful Classes — Odoo 16.0 documentation
Thanks in advance