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

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

@ -23,14 +23,15 @@
# noinspection PyStatementEffect
{
'name': 'Datenübernahme',
'category': 'Custom',
'category': 'Custom',
'version': '11.0.1.0.0',
'description': """Datenübernahme""",
'author': 'datenpol GmbH',
'website': 'http://www.datenpol.at',
'depends': ['dp_custom'],
'data': [
'data': [
# 'res.users.csv',
'res.country.csv',
'res.partner.sector.csv',
'report.intrastat.code.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',
'dp_sale_filter_partner_addresses',
'website_form_project',
'contacts',
]