mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Remove logger that makes the tests failing
As the logger outputs an error log during tests, travis counts it as a failure of a test.
This commit is contained in:
committed by
Sébastien Alix
parent
acd988189e
commit
fe203b87ba
@@ -172,7 +172,6 @@ class StockReserveRuleRemoval(models.Model):
|
||||
).format(
|
||||
removal_rule.name, removal_rule.rule_id.location_id.display_name,
|
||||
)
|
||||
_logger.error("Rule '%s' - %s", removal_rule.rule_id.name, msg)
|
||||
raise ValidationError(msg)
|
||||
|
||||
def _eval_quant_domain(self, quants, domain):
|
||||
|
||||
Reference in New Issue
Block a user