[FIX] correctly expand many2ones in autocompletion
The ManyToOneField widget evaluated the domain before doing a name_search, but the domain should not be evaluated client side, because it can only be static at that point. It caused crash in autocompletion because some variables could not be found in the context (see stage_id in project.task for example)
Loading
Please register or sign in to comment