diff --git a/addons/l10n_vn/__openerp__.py b/addons/l10n_vn/__openerp__.py index 69083af6631..19b81654523 100755 --- a/addons/l10n_vn/__openerp__.py +++ b/addons/l10n_vn/__openerp__.py @@ -25,10 +25,18 @@ "author" : "General Solutions", 'website': 'http://gscom.vn', "category" : "Localization/Account Charts", - "description": "This is the module to manage the accounting chart for Vietnam.", + "description": """ +This is the module to manage the accounting chart for Vietnam in OpenERP. +======================================================================== + +This module applies to companies based in Vietnamese Accounting Standard (VAS). + +**Credits:** General Solutions. +""", "depends" : ["account","base_vat","base_iban"], "data" : ["account_tax_code.xml","account_chart.xml","account_tax.xml","l10n_vn_wizard.xml"], "demo" : [], 'auto_install': False, "installable": True, } + diff --git a/addons/l10n_vn/static/src/img/icon.png b/addons/l10n_vn/static/src/img/icon.png new file mode 100755 index 00000000000..241a2d3fa74 Binary files /dev/null and b/addons/l10n_vn/static/src/img/icon.png differ