summaryrefslogtreecommitdiff
path: root/addons/l10n_multilang/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/l10n_multilang/__manifest__.py')
-rw-r--r--addons/l10n_multilang/__manifest__.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/addons/l10n_multilang/__manifest__.py b/addons/l10n_multilang/__manifest__.py
new file mode 100644
index 00000000..db5f069b
--- /dev/null
+++ b/addons/l10n_multilang/__manifest__.py
@@ -0,0 +1,17 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+{
+ 'name': 'Multi Language Chart of Accounts',
+ 'version': '1.1',
+ 'category': 'Accounting/Localizations',
+ 'description': """
+ * Multi language support for Chart of Accounts, Taxes, Tax Codes, Journals,
+ Accounting Templates, Analytic Chart of Accounts and Analytic Journals.
+ * Setup wizard changes
+ - Copy translations for COA, Tax, Tax Code and Fiscal Position from
+ templates to target objects.
+ """,
+ 'depends': ['account'],
+ 'license': 'LGPL-3',
+}