Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0] partner_auto_archive triggers warning on logs about unknown tracking parameters for auto_archive field. #1931

Open
bouktaibMohssin opened this issue Dec 13, 2024 · 0 comments
Labels

Comments

@bouktaibMohssin
Copy link

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.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant