[ADD]: Images: l10n_ca, l10n_ch, l10n_cn, l10n_cr, l10n_de

bzr revid: vro@tinyerp.com-20110315121323-7gak84yjaiwyg1zn
This commit is contained in:
vro 2011-03-15 17:43:23 +05:30
parent 696f3d25d8
commit 258328ca44
5 changed files with 54 additions and 38 deletions

View File

@ -19,12 +19,15 @@
#
##############################################################################
{
"name" : "Canada - English and French Canadian Chart of Accounts",
"name" : "Canada - English and French - Canadian Chart of Accounts",
"version" : "1.0",
"author" : "Savoir-faire Linux",
"website" : "http://www.savoirfairelinux.com",
"category" : "Localisation/Account Charts",
"description": "This is the module to manage the english and french canadian accounting chart in OpenERP.",
"description": """
This is the module to manage the English and French - Canadian accounting chart in OpenERP.
===========================================================================================
""",
"depends" : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
"init_xml" : [],
"update_xml" : [
@ -45,6 +48,7 @@
"demo_xml" : [],
"installable" : True,
"certificate" : '00941680933773696173',
'images': ['images/config_chart_l10n_ca.jpeg','images/l10n_ca_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,7 +22,9 @@
{
"name" : "Switzerland - localization with 2011 taxes",
"description" : """
Swiss localisation :
Swiss localisation.
===================
- DTA generation for a lot of payment types
- BVR management (number generation, report, etc..)
- Import account move from the bank file (like v11 etc..)
@ -102,5 +104,6 @@ TODO :
"active": False,
"installable": True,
"certificate" : "001103836064567088989",
'images': ['images/config_chart_l10n_ch.jpeg','images/l10n_ch_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -28,6 +28,7 @@
"description": """
添加中文省份数据
科目类型\会计科目表模板\增值税\辅助核算类别\管理会计凭证簿\财务会计凭证簿
============================================================
""",
"depends" : ["base","account"],
'init_xml': [
@ -42,6 +43,7 @@
"active": False,
"installable": True,
"certificate": '00925445983542952285',
'images': ['images/config_chart_l10n_cn.jpeg','images/l10n_cn_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -39,7 +39,9 @@
'author': 'ClearCorp S.A.',
'website': 'http://clearcorp.co.cr',
'category': 'Localisation/Account Charts',
'description': """Chart of accounts for Costa Rica
'description': """
Chart of accounts for Costa Rica.
=================================
Includes:
* account.type
* account.account.template
@ -66,6 +68,7 @@ http://translations.launchpad.net/openerp-costa-rica
'installable': True,
'active': False,
'certificate' : '00531476623680631853',
'images': ['images/config_chart_l10n_cr.jpeg','images/l10n_cr_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -126,7 +126,10 @@
"author" : "openbig.org",
"website" : "http://www.openbig.org",
"category" : "Localisation/Account Charts",
"description": """Dieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03.""",
"description": """
Dieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03.
==============================================================================
""",
"depends" : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
"init_xml" : [ ],
"demo_xml" : [ ],
@ -145,4 +148,5 @@
],
"installable": True,
"certificate": "00517849017945584893",
'images': ['images/config_chart_l10n_de.jpeg','images/l10n_de_chart.jpeg'],
}