Feature/variable hourly dist table
- Mar 15, 2024
-
-
emanuel buzey authored
- Relational fields are incorporated to facilitate the visualization of data imported from the DistributionTableVariableCoefficient model. - A new conditional group is introduced in the DistributionTable view to specifically handle the 'variable_schedule' type, showing the 'hour', 'cups_id' and 'coefficient' fields only when applicable. - Implemented display logic to hide the actual value of 'coefficient', displaying a static value '*' instead. _________________________________________________ / \ | Enrico, Daniil: Thanks for everything I'm going | | to miss you. Som IT <3 | \ / ================================================= \ \ ^__^ (oo)\_______ (__)\ )\/\ ||----w | || ||
-
- Mar 13, 2024
-
-
emanuel buzey authored
-
emanuel buzey authored
-
emanuel buzey authored
-
- Mar 12, 2024
-
-
emanuel buzey authored
- Implemented CUPS validation using the stdnum library to ensure that each CUPS adheres to the correct format and standards. - Added validation for the sum of coefficients per row to equal 1, incorporating a tolerance margin to account for floating-point arithmetic imprecision. This ensures accurate distribution table data import. - Introduced a new boolean field in the DistributionTable model to track error occurrences during batch processing of import jobs. This change addresses the asynchronous nature of the import process, allowing for the effective halting of the operation upon detecting errors in any batch.
-
- Mar 08, 2024
-
-
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.
-
- Mar 07, 2024
-
-
emanuel buzey authored
-
- Mar 06, 2024
-
-
emanuel buzey authored
-
- Mar 01, 2024
-
-
emanuel buzey authored
[IMP] energy_selfconsumption: add DistributionTableVariable and DistributionTableVariableCoefficient
-
- Feb 26, 2024
-
-
Emanuel Buzey authored
-
- Feb 22, 2024
-
-
Emanuel Buzey authored
-
Emanuel Buzey authored
-
Emanuel Buzey authored
-
- Feb 21, 2024
-
-
Emanuel Buzey authored
-