Skip to content
Snippets Groups Projects
Commit 75fa4537 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Update scenario to use identifier for siren

issue5834
parent 594ee068
No related branches found
No related tags found
1 merge request!114Return an empty list when the treeview has no selection
......@@ -27,7 +27,8 @@
>>> _ = create_company()
>>> company = get_company()
>>> company.party.siren = '820043784'
>>> siren = company.party.identifiers.new(type='fr_siren')
>>> siren.code = '820043784'
>>> company.party.save()
Create last year fiscal year::
......
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