mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] stock_demand_estimate_matrix: Migration to 13.0
This commit is contained in:
@@ -11,7 +11,6 @@ class DateRange(models.Model):
|
||||
string="Days between dates", compute="_compute_days", readonly=True,
|
||||
)
|
||||
|
||||
@api.multi
|
||||
@api.depends("date_start", "date_end")
|
||||
def _compute_days(self):
|
||||
for rec in self.filtered(lambda x: x.date_start and x.date_end):
|
||||
|
||||
Reference in New Issue
Block a user