Skip to content
Snippets Groups Projects
Commit 00643965 authored by Benjamin's avatar Benjamin
Browse files

odif calcul champs ess

parent 5064ae01
Branches
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ class SirenWizard(models.TransientModel):
new_company.lib_ape = company['fields']['libapet']
if company['fields'].get('dateess'):
new_company.date_ess = company['fields']['dateess']
if company['fields'].get('ess') == "O":
new_company.ess = True
if company['fields'].get('libessen'):
new_company.lib_ess = company['fields']['libessen']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment