odoo/industry#1894
Created by Industry, Vallaeys Valentin (vava)
- label
- odoo-dev:saas-18.2-replace-regex-with-ast-vava
- head
- 1c723f3bb62e01e36aa7b9b6a65194ed9493d151
- merged
- 6 days ago by Pratima Gupta (pgu)
| odoo/industry | |
|---|---|
| saas-18.2 | #1894 |
| saas-18.3 | #1906 |
| saas-18.4 | #1909 |
| 19.0 | #1919 |
| saas-19.1 | #1926 |
| saas-19.2 | #1927 |
| master | #1928 |
[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.