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

[FIX] energy_selfconsumption: typo on key owner_firstname

parent 0ed828b2
No related branches found
No related tags found
2 merge requests!187Release 14.0.1.1.13,!155[IMP] energy_selfconsumption: importation of selfconsumption inscriptions, supply points and distribution tables by CSV
...@@ -166,7 +166,7 @@ class SelfconsumptionImportWizard(models.TransientModel): ...@@ -166,7 +166,7 @@ class SelfconsumptionImportWizard(models.TransientModel):
res = self.env["res.partner"].create( res = self.env["res.partner"].create(
{ {
"vat": line_dict["owner_vat"], "vat": line_dict["owner_vat"],
"firstname": line_dict["owner_fistname"], "firstname": line_dict["owner_firstname"],
"lastname": line_dict["owner_lastname"], "lastname": line_dict["owner_lastname"],
"company_type": "person", "company_type": "person",
} }
......
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