odoo/industry#1928
Created by fw-bot
Blocked
- Merge method
- Review
-
CI
- ci/industry: Overridden by @vava-odoo
- label
- odoo-dev:master-saas-18.2-replace-regex-with-ast-vava-512742-fw
- head
- 7a6321009f0b5354bbe524a6b2fc2e61c08f80dd
| odoo/industry | |
|---|---|
| saas-18.2 | #1894 |
| saas-18.3 | #1906 |
| saas-18.4 | #1909 |
| 19.0 | #1919 |
| saas-19.1 | #1926 missing r+ |
| saas-19.2 | #1927 missing r+ |
| master | #1928 missing r+ |
[FIX] test_generic: improve test using ast instead of regex
There is a test ensuring that there is no use of search([...]).id
without adding a limit=1 (or using .ids). This test was relying on a
complicated regex. This commit improves the test by relying on ast and
corrects remaining occurrences that were not raised by previous version
of the test.