Fall 5132: Fehlender iso-countrycode XK

develop
Roman Widmann 2018-03-16 09:26:02 +01:00
parent 5b3efc2649
commit c7d4031fe0
3 changed files with 6 additions and 2 deletions

1
ext/custom-addons/dp_dmi/__manifest__.py Executable file → Normal file
View File

@ -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',

View File

@ -0,0 +1,2 @@
"id","name","code","currency_id/id"
"rc_xk","Kosovo","XK","base.EUR"
1 id name code currency_id/id
2 rc_xk Kosovo XK base.EUR

View File

@ -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',
] ]