Skip to content
Snippets Groups Projects
Commit 8816ab3e authored by Juliana's avatar Juliana
Browse files

[UPD]Update delete data search

parent 0b3045ad
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class AccOperationWizard(models.TransientModel):
# pour cet intervalle de date
domain_all = [
("date_slot", ">=", self.date_start),
("date_slot", "<=", self.date_end),
("date_slot", "<", self.date_end),
("acc_operation_id", "=", self.operation_id.id),
]
if self.prm_cons_ids and self.prm_prod_ids:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment