Skip to content
Extraits de code Groupes Projets
Valider 3871ff15 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[FIX] incorrect field name

parent 360dab6f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -298,7 +298,7 @@ class AccOperation(models.Model): ...@@ -298,7 +298,7 @@ class AccOperation(models.Model):
domain = [ domain = [
("acc_operation_id", "=", self.id), ("acc_operation_id", "=", self.id),
("acc_counter_id", "=", usage_point_id.id or False), ("acc_counter_id", "=", usage_point_id.id or False),
("type_prm", "=", "delivery" if type_prm == "cons" else "injection"), ("prm_type", "=", "delivery" if type_prm == "cons" else "injection"),
] ]
self.env["acc.counter.period"]._get_periods_from_interval( self.env["acc.counter.period"]._get_periods_from_interval(
domain, start_date, end_date domain, start_date, end_date
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter