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,6 +9,10 @@ import werkzeug
@@ -36,7 +40,7 @@ class DistributionTableImportWizard(models.TransientModel):
@@ -45,19 +49,48 @@ class DistributionTableImportWizard(models.TransientModel):
@@ -97,9 +130,110 @@ class DistributionTableImportWizard(models.TransientModel):