2018-01-16 06:58:15 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
2018-01-16 11:34:37 +01:00
|
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Vietnam - Accounting",
|
|
|
|
"version": "2.0",
|
|
|
|
"author": "General Solutions",
|
|
|
|
'website': 'http://gscom.vn',
|
|
|
|
'category': 'Localization',
|
|
|
|
"description": """
|
2018-01-16 11:34:37 +01:00
|
|
|
This is the module to manage the accounting chart for Vietnam in Odoo, Flectra.
|
2018-01-16 06:58:15 +01:00
|
|
|
=========================================================================
|
|
|
|
|
|
|
|
This module applies to companies based in Vietnamese Accounting Standard (VAS)
|
|
|
|
with Chart of account under Circular No. 200/2014/TT-BTC
|
|
|
|
|
|
|
|
**Credits:**
|
|
|
|
- General Solutions.
|
|
|
|
- Trobz
|
|
|
|
""",
|
|
|
|
"depends": [
|
|
|
|
"account",
|
|
|
|
"base_iban"
|
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
'data/l10n_vn_chart_data.xml',
|
|
|
|
'data/account_data.xml',
|
|
|
|
'data/account_tax_data.xml',
|
|
|
|
'data/account_chart_template_data.yml',
|
|
|
|
],
|
|
|
|
'post_init_hook': '_preserve_tag_on_taxes',
|
|
|
|
}
|