Track field

Does anyone know if axelor already support tracking a relation M2O?

I know that axelor doesn’t do it because of this post

But that was some time ago. What about the new versions?

Hello,

You can add a tracking feature on a M2O field. You can found an example on a draft SaleOrder object when you update the partner M2O field.

However, we can’t track a O2M relation like the saleOrderLines, from the SaleOrder. Means you can track the change of a line, but not easily the list on the parent object. If you want do it, better to track the result like the total amount or use a String field that you update when the saleOrderLines is updated.

Regards