flectra/addons/l10n_mx/__manifest__.py
2018-04-12 18:28:20 +05:30

45 lines
1.4 KiB
Python

# -*- coding: utf-8 -*-
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
# Coded by: Alejandro Negrin anegrin@vauxoo.com,
# Planified by: Alejandro Negrin, Humberto Arocha, Moises Lopez
# Finance by: Vauxoo.
# Audited by: Humberto Arocha (hbto@vauxoo.com) y Moises Lopez (moylop260@vauxoo.com)
{
"name": "Mexico - Accounting",
"version": "2.0",
"author": "Vauxoo",
'category': 'Localization',
"description": """
Minimal accounting configuration for Mexico.
============================================
This Chart of account is a minimal proposal to be able to use OoB the
accounting feature of Odoo, Flectra.
This doesn't pretend be all the localization for MX it is just the minimal
data required to start from 0 in mexican localization.
This modules and its content is updated frequently by openerp-mexico team.
With this module you will have:
- Minimal chart of account tested in production environments.
- Minimal chart of taxes, to comply with SAT_ requirements.
.. _SAT: http://www.sat.gob.mx/
""",
"depends": [
"account",
],
"data": [
"data/account_tag_data.xml",
"data/l10n_mx_chart_data.xml",
"data/account_data.xml",
"data/account_tax_data.xml",
"data/fiscal_position_data.xml",
"data/account_chart_template_data.yml",
],
}