summaryrefslogtreecommitdiff
path: root/addons/l10n_us/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/l10n_us/__manifest__.py')
-rw-r--r--addons/l10n_us/__manifest__.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/addons/l10n_us/__manifest__.py b/addons/l10n_us/__manifest__.py
new file mode 100644
index 00000000..56488617
--- /dev/null
+++ b/addons/l10n_us/__manifest__.py
@@ -0,0 +1,18 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+{
+ 'name': 'United States - Accounting',
+ 'version': '1.1',
+ 'category': 'Accounting/Localizations/Account Charts',
+ 'description': """
+United States - Chart of accounts.
+==================================
+ """,
+ 'depends': ['l10n_generic_coa'],
+ 'data': [
+ 'data/res_company_data.xml',
+ 'views/res_partner_bank_views.xml'
+ ],
+ 'license': 'LGPL-3',
+}