Feature/variable hourly dist table
Compare changes
- emanuel buzey authored
This commit improves the CUPS data import process, I divide the work into small groups to improve memory management and prevent timeouts in Odoo workers. Changes made: - Splits CUPS data into groups of 20 for asynchronous processing. - Fix CUPS ID handling to ensure coefficients are assigned correctly. - Add detailed logs to facilitate problem diagnosis.
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -9,21 +8,16 @@ STATE_VALUES = [
@@ -36,32 +30,108 @@ class DistributionTable(models.Model):
@@ -80,18 +150,36 @@ class DistributionTable(models.Model):