Adrià Gil Sorribes
6 years ago
committed by
Naglis Jonaitis
No known key found for this signature in database
GPG Key ID: 4748835F585390F5
1 changed files with
1 additions and
1 deletions
-
base_tier_validation/models/tier_validation.py
|
|
@ -88,7 +88,7 @@ class TierValidation(models.AbstractModel): |
|
|
|
tiers = self.env[ |
|
|
|
'tier.definition'].search([('model', '=', self._name)]) |
|
|
|
valid_tiers = any([self.evaluate_tier(tier) for tier in tiers]) |
|
|
|
rec.need_validation = not self.review_ids and valid_tiers and \ |
|
|
|
rec.need_validation = not rec.review_ids and valid_tiers and \ |
|
|
|
getattr(rec, self._state_field) in self._state_from |
|
|
|
|
|
|
|
@api.multi |
|
|
|