Skip to content

Commit

Permalink
[ADD] l10n_be: add states for Belgium
Browse files Browse the repository at this point in the history
Closes #23714
  • Loading branch information
Yenthe666 authored and mart-e committed Mar 19, 2018
1 parent dc99a66 commit d2d7423
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/l10n_be/__manifest__.py
Expand Up @@ -42,6 +42,7 @@
'l10n_multilang',
],
'data': [
'data/res.country.state.csv',
'data/account_chart_template_data.xml',
'data/account_pcmn_belgium_data.xml',
'data/account_data.xml',
Expand Down
11 changes: 11 additions & 0 deletions addons/l10n_be/data/res.country.state.csv
@@ -0,0 +1,11 @@
"id","country_id:id","name","code"
state_be_van,be,Antwerpen,van
state_be_wbr,be,Brabant wallon,wbr
state_be_wht,be,Hainaut,wht
state_be_wlg,be,Liège,wlg
state_be_vli,be,Limburg,vli
state_be_wlx,be,Luxembourg,wlx
state_be_wna,be,Namur,wna
state_be_vov,be,Oost-Vlaanderen,vov
state_be_vbr,be,Vlaams-Brabant,vbr
state_be_vwv,be,West-Vlaanderen,vwv

0 comments on commit d2d7423

Please sign in to comment.