[ADD]: Images: l10n_ec, l10n_es, l10n_fr, l10n_gr, l10n_gt

bzr revid: vro@tinyerp.com-20110315122814-yeda2tkxqfk49jru
This commit is contained in:
vro 2011-03-15 17:58:14 +05:30
parent 258328ca44
commit d2717e3ec5
5 changed files with 23 additions and 6 deletions

View File

@ -23,6 +23,7 @@
'category': 'Localisation/Account Charts',
'description': """
This is the base module to manage the accounting chart for Ecuador in OpenERP.
==============================================================================
""",
'author': 'OpenERP SA',
'depends': [
@ -42,4 +43,5 @@
'demo_xml': [],
'installable': True,
'certificate' : '001226484516187330589',
'images': ['images/config_chart_l10n_ec.jpeg','images/l10n_ec_chart.jpeg'],
}

View File

@ -27,7 +27,9 @@
"author" : "Spanish Localization Team",
'website' : 'https://launchpad.net/openerp-spain',
"category" : "Localisation/Account Charts",
"description": """Spanish Charts of Accounts (PGCE 2008)
"description": """
Spanish Charts of Accounts (PGCE 2008).
=======================================
* Defines the following chart of account templates:
* Spanish General Chart of Accounts 2008.
@ -55,4 +57,5 @@ for yearly account reporting (balance, profit & losses).
"active": False,
"installable": True,
"certificate" : "00408828172062583229",
'images': ['images/config_chart_l10n_es.jpeg','images/l10n_es_chart.jpeg'],
}

View File

@ -31,7 +31,9 @@
"author" : "OpenERP SA",
"website": "http://www.openerp.com",
"category" : "Localisation/Account Charts",
"description": """This is the module to manage the accounting chart for France in OpenERP.
"description": """
This is the module to manage the accounting chart for France in OpenERP.
========================================================================
Credits: Sistheo Zeekom CrysaLEAD
""",
@ -53,7 +55,8 @@ Credits: Sistheo Zeekom CrysaLEAD
"demo_xml" : [],
"certificate" : "00435321693876313629",
"active": False,
"installable": True
"installable": True,
'images': ['images/config_chart_l10n_fr.jpeg','images/l10n_fr_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -25,18 +25,22 @@
"author" : "P. Christeas, OpenERP SA.",
"website": "http://openerp.hellug.gr/",
"category" : "Localisation/Account Charts",
"description": "This is the base module to manage the accounting chart for Greece.",
"description": """
This is the base module to manage the accounting chart for Greece.
==================================================================
""",
"depends" : ["base", "account", "base_iban", "base_vat", "account_chart"],
"init_xml" : [],
"demo_xml" : [],
"update_xml" : [ "account_types.xml",
"account_chart.xml",
"account_chart.xml",
"account_full_chart.xml",
"account_tax.xml",
"account_tax_vat.xml",
"l10n_gr_wizard.xml"],
"installable": True,
'certificate': '001146244418929008029',
'images': ['images/config_chart_l10n_gr.jpeg','images/l10n_gr_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -36,7 +36,11 @@
'name': 'Guatemala - Plan contable general',
'version': '3.0',
'category': 'Localisation/Account Charts',
'description': """Agrega una nomenclatura contable para Guatemala. También icluye impuestos y la moneda del Quetzal. -- Adds accounting chart for Guatemala. It also includes taxes and the Quetzal currency""",
'description': """
This is the base module to manage the accounting chart for Guatemala.
=====================================================================
Agrega una nomenclatura contable para Guatemala. También icluye impuestos y la moneda del Quetzal. -- Adds accounting chart for Guatemala. It also includes taxes and the Quetzal currency""",
'author': 'José Rodrigo Fernández Menegazzo',
'website': 'http://solucionesprisma.com/',
'depends': ['base', 'account', 'account_chart'],
@ -50,5 +54,6 @@
'demo_xml': [],
'installable': True,
'certificate': '00815146661827601309',
'images': ['images/config_chart_l10n_gt.jpeg','images/l10n_gt_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: