[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2022-03-30 22:06:25 +02:00
parent f969ea70b4
commit 19bc23c718
6 changed files with 34 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ def _expand_none(criteria):
def _add(matrix, criteria, allowed):
""" Expand None values to True/False combination """
"""Expand None values to True/False combination"""
for c in _expand_none(criteria):
matrix[c] = allowed