mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] update dotfiles [ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user