-
- Downloads
[FIX] pos_cache: eval domain before sending it to server
Since changes made on 'product.product' model in rev: 30e4d89a the domain is not represented as a string, but as a function, and that leads to error as the javascript function is sent to the server instead of a string representing a domain. So we check the type of domain to see if we have to evaluate a function or send the domain as a string closes odoo/odoo#34453 Signed-off-by:pimodoo <pimodoo@users.noreply.github.com>
Please register or sign in to comment