Fall 5132: Fehlender iso-countrycode XK
parent
5b3efc2649
commit
c7d4031fe0
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
'dp_sale_filter_partner_addresses',
|
||||
'website_form_project',
|
||||
'contacts',
|
||||
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue