MINOR FIX

This commit is contained in:
Camilo Sarmiento 2020-04-29 08:36:14 -05:00
parent 3e5fe3c106
commit 053120d275
1 changed files with 4 additions and 1 deletions

View File

@ -1797,7 +1797,10 @@ class MainWindow(FrontWindow):
if not target:
return
target_words = target.split(' ')
domain = []
domain = [
('template.active', '=', True),
('active', '=', True),
]
for tw in target_words:
if len(tw) <= 1: