You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Odoo 17.0 we no longer allow for domains in `attrs` attributes of
view elements. Domains were converted to Python expressions. In this
commit we add some tooling for converting them.
The main entry point is the function `fix_attrs` -- see docstring for
details. An example usage function is `adapt_view`
Closesodoo#54
after Odoo 17, domain in view attrs must convert to expr.
there need tools to do this batchly.
can ref. to odoo/odoo#104741 and https://github.com/Gorash/odoo-view-pocalypse-convert
The text was updated successfully, but these errors were encountered: