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
parameter 'track_visibility' is deprecated since 14.0
To Reproduce
15.0
16.0
Steps to reproduce the behavior:
install Module
Run it
WARNING XXXXXX odoo.fields: Field mgmtsystem.action.efficacy_user_id: unknown parameter 'track_visibility', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
WARNING XXXXXX odoo.fields: Field mgmtsystem.action.efficacy_value: unknown parameter 'track_visibility', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
Solution
change parameter tracking=True
The text was updated successfully, but these errors were encountered:
Module
mgmtsystem_action_efficacy
Describe the bug
parameter 'track_visibility' is deprecated since 14.0
To Reproduce
15.0
16.0
Steps to reproduce the behavior:
WARNING XXXXXX odoo.fields: Field mgmtsystem.action.efficacy_user_id: unknown parameter 'track_visibility', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
WARNING XXXXXX odoo.fields: Field mgmtsystem.action.efficacy_value: unknown parameter 'track_visibility', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
Solution
change parameter tracking=True
The text was updated successfully, but these errors were encountered: