Add commentary from core.

Task #047348
This commit is contained in:
Juanjo Garcia 2021-10-14 15:40:40 +02:00
parent 735899eefd
commit 4466d970d3
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ class Template(metaclass=PoolMeta):
methods = fields.Function(fields.One2Many('quality.proof.method', None,
'Proof Methods'), getter='get_methods')
# For me, the developer must use the Many2Many widget in such case.
# issue8739
@fields.depends('quantitative_lines', 'qualitative_lines')
def get_methods(self, name=None):
methods = set([])