-
- Downloads
[FIX] account: add missing _name_search for account.move.line
The model had name_get, but not _name_search, which leads to difference between
what user sees and what he get as search results.
This patch doesn't fix the issue completly, but adds more search results on
searching just by account move (e.g. invoice) name.
STEPS:
* open menu Analytic Items (account.analytic.line)
* make custom filter *Journal items contains "INV/"* (
`[["move_id","ilike","INV"]]` )
BEFORE: no items found even if you see such analytic items
---
opw-2691495
closes odoo/odoo#87156
Signed-off-by:
William André (wan) <wan@odoo.com>
Loading
Please register or sign in to comment