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

web_domain_field is deprecated. If you want to use this functionality you can assign a unserialised domain to a fields.Binary #2954

Open
dineshthirumalaisamy opened this issue Oct 11, 2024 · 0 comments
Labels

Comments

@dineshthirumalaisamy
Copy link

web_domain_field is deprecated. If you want to use this functionality you can assign a unserialised domain to a fields.Binary

Module

web_domain_field

Describe the bug

odoo.addons.web_domain_field.tests.test_qunit.TestQunit.browser: `web_domain_field is deprecated. If you want to use this functionality you can assign a unserialised domain to a fields.Binary

odoo.addons.web_domain_field.tests.test_qunit.TestQunit.browser: Error received after termination: QUnit test failed: CalendarView -
ArchParser > global failure :
message: "Failed to fetch"
actual: "TypeError: Failed to fetch"
TypeError: Failed to fetch
at getModelDefinitions (http://127.0.0.1:8069/web/assets/1560-beb9cc2/web.qunit_suite_tests.min.js:21478:939)
at http://127.0.0.1:8069/web/assets/1560-beb9cc2/web.qunit_suite_tests.min.js:21478:468
at http://127.0.0.1:8069/web/assets/1562-63fda5d/web.tests_assets.min.js:166:118
odoo.addons.web_domain_field.tests.test_qunit.TestQunit.browser: Error received after termination: 1 / 4 tests failed.

To Reproduce

Affected versions:16.0

Steps to reproduce the behavior:
1.Added as a dependent module in my custom module
2. while deploying in odoo.sh I have enable test to validate

Expected behavior
how to ignore the deprecated Warning and the test needs to be run successful

Additional context
Add any other context about the problem here. (e.g. OS, Python version, ...)

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