02.02.26
This commit is contained in:
@@ -331,7 +331,8 @@ class ValuationBase(ModelSQL):
|
||||
Date = Pool().get('ir.date')
|
||||
Valuation = Pool().get('valuation.valuation')
|
||||
ValuationLine = Pool().get('valuation.valuation.line')
|
||||
|
||||
if not line:
|
||||
pass
|
||||
Valuation.delete(Valuation.search([
|
||||
('line', '=', line.id),
|
||||
('date', '=', Date.today()),
|
||||
|
||||
Reference in New Issue
Block a user