Fall 5132: Fehlender iso-countrycode XK
parent
5b3efc2649
commit
c7d4031fe0
|
|
@ -31,6 +31,7 @@
|
||||||
'depends': ['dp_custom'],
|
'depends': ['dp_custom'],
|
||||||
'data': [
|
'data': [
|
||||||
# 'res.users.csv',
|
# 'res.users.csv',
|
||||||
|
'res.country.csv',
|
||||||
'res.partner.sector.csv',
|
'res.partner.sector.csv',
|
||||||
'report.intrastat.code.csv',
|
'report.intrastat.code.csv',
|
||||||
'product.xcategory.csv',
|
'product.xcategory.csv',
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
"id","name","code","currency_id/id"
|
||||||
|
"rc_xk","Kosovo","XK","base.EUR"
|
||||||
|
|
|
@ -139,6 +139,7 @@ class Config(object):
|
||||||
'account_invoice_fiscal_position_update',
|
'account_invoice_fiscal_position_update',
|
||||||
'dp_sale_filter_partner_addresses',
|
'dp_sale_filter_partner_addresses',
|
||||||
'website_form_project',
|
'website_form_project',
|
||||||
|
'contacts',
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue