[FIX] escape res_partner.name column as second arg of regexp_matches and keep the first one as unescaped. Add a lot of tests for completion based on the res_partner name

This commit is contained in:
Laurent Mignon (Acsone)
2014-02-17 18:24:03 +01:00
parent b290110758
commit 4f19caeb20
4 changed files with 127 additions and 5 deletions

View File

@@ -19,5 +19,5 @@
#
##############################################################################
import statement
import partner
from . import partner
from . import statement