diff --git a/l10n_mx_generic_coa/__init__.py b/l10n_mx_generic_coa/__init__.py new file mode 100644 index 0000000..67dee8c --- /dev/null +++ b/l10n_mx_generic_coa/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. diff --git a/l10n_mx_generic_coa/__openerp__.py b/l10n_mx_generic_coa/__openerp__.py new file mode 100644 index 0000000..ae9f179 --- /dev/null +++ b/l10n_mx_generic_coa/__openerp__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Mexico Generic - Accounting', + 'version': '1.1', + 'category': 'Localization', + 'description': """ +This is the base module to manage the generic accounting chart in Odoo. +============================================================================== + +Install some generic chart of accounts. + """, + 'depends': [ + 'account', + ], + 'data': [ + 'data/configurable_account_chart.xml', + ], + 'installable': True, + 'website': 'https://www.odoo.com/page/accounting', +} diff --git a/l10n_mx_generic_coa/data/configurable_account_chart.xml b/l10n_mx_generic_coa/data/configurable_account_chart.xml new file mode 100644 index 0000000..975156c --- /dev/null +++ b/l10n_mx_generic_coa/data/configurable_account_chart.xml @@ -0,0 +1,20 @@ + + + + + + 1017 + Transferencias internas + + + + + Mexico Basic Account Chart Template + + + + + + + +