Skip to content
Snippets Groups Projects
Commit 183bb272 authored by Daniil Digtyar Vasilieva's avatar Daniil Digtyar Vasilieva :call_me:
Browse files

[FIX] energy_selfconsumption: fix missing end line in name

parent 9824b768
No related branches found
No related tags found
2 merge requests!277[REL] Release Sprint 27/11/23,!247[IMP] energy_selfconsumption: invoicing energy delivered
This commit is part of merge request !247. Comments created here will be created in the context of that merge request.
......@@ -71,7 +71,7 @@ class ContractGenerationWizard(models.TransientModel):
"qty_formula_id": formula_contract_id.id,
"uom_id": product_id.uom_id.id,
# Values are formatted in contract_generation_wizard
"name": """CUPS: {code}\nOwner: {owner_id}\nInvoicing period: #START# - #END#""",
"name": """CUPS: {code}\nOwner: {owner_id}\nInvoicing period: #START# - #END#\n""",
}
def save_data_to_selfconsumption(self):
......
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