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
A warning message is displayed in the logs when starting the server or performing specific operations. The warning is:
WARNING odoo.fields: Field res.partner.auto_archive: unknown parameter 'tracking', 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
This indicates that the tracking parameter is not recognized as valid for the res.partner.auto_archive field.
To Reproduce
Affected versions:
version 16.0
Steps to reproduce the behavior:
1.Start the Odoo server with the relevant module installed.
2.Observe the logs for the above warning message.
Expected behavior
The tracking parameter should either be recognized as valid for the res.partner.auto_archive field without warnings or documentation should clarify its intended use.
The text was updated successfully, but these errors were encountered:
Module
partner_auto_archive
Describe the bug
A warning message is displayed in the logs when starting the server or performing specific operations. The warning is:
WARNING odoo.fields: Field res.partner.auto_archive: unknown parameter 'tracking', 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
This indicates that the tracking parameter is not recognized as valid for the res.partner.auto_archive field.
To Reproduce
Affected versions:
version 16.0
Steps to reproduce the behavior:
1.Start the Odoo server with the relevant module installed.
2.Observe the logs for the above warning message.
Expected behavior
The tracking parameter should either be recognized as valid for the res.partner.auto_archive field without warnings or documentation should clarify its intended use.
The text was updated successfully, but these errors were encountered: