You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
track_visibility attribute is been copy/inherited when we create a related fields from the original one.
We think that should not inherit the track_visibility attribute for many reasons, one of the more important is when we have a:
A field modelA.field_a with track_visibility='always'
A field modelB.field_b related field to field_a
If modelB has not mail.thread, this will throw an error.
This issue (soon converted to PR) will add a dummy change the illustrate what is going on
Best Regards
The text was updated successfully, but these errors were encountered:
track_visibility
attribute is been copy/inherited when we create a related fields from the original one.We think that should not inherit the track_visibility attribute for many reasons, one of the more important is when we have a:
modelA.field_a
withtrack_visibility='always'
modelB.field_b
related field tofield_a
If
modelB
has notmail.thread
, this will throw an error.This issue (soon converted to PR) will add a dummy change the illustrate what is going on
Best Regards
The text was updated successfully, but these errors were encountered: