Skip to content
Snippets Groups Projects
Commit db1cff39 authored by Emanuel Buzey's avatar Emanuel Buzey Committed by Daniil Digtyar Vasilieva
Browse files

[REF] energy_selfconsumption: remove create and get values

parent b49f8211
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !228. Comments created here will be created in the context of that merge request.
......@@ -69,6 +69,9 @@ else:
result = line.supply_point_assignation_id.distribution_table_id.selfconsumption_project_id.power * line.supply_point_assignation_id.coefficient * days_between
""",
}
product_id = self.selfconsumption_id.product_id
formula_contract_id = (
self.selfconsumption_id.contract_template_id.contract_line_ids.qty_formula_id
)
# Search accounting journal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment