odoo/industry#1926

Created by fw-bot

Blocked

  • Merge method
  • Review
  • CI
label
odoo-dev:saas-19.1-saas-18.2-replace-regex-with-ast-vava-512593-fw
head
45b024b277619b276059ea88f867005da0b927dc
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.

opw-6037120

Forward-Port-Of: #1919
Forward-Port-Of: #1894