~dmesoluciones/+junk/l10n_mx_facturae_ine

« back to all changes in this revision

Viewing changes to __openerp__.py

  • Committer: Alfonso Moreno
  • Date: 2018-04-19 23:13:03 UTC
  • Revision ID: alfonso.moreno@dmesoluciones.com-20180419231303-yuj1g1wa0si6w5uo
Modulo que implementa la adenda de facturacion del INE(Instituto Nacional Electoral)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
# Copyright 2018 DME Soluciones SA de CV
 
3
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
 
4
 
 
5
{
 
6
    'name': 'Adenda INE',
 
7
    'description': """
 
8
        Modulo que implenta la adenda del INE""",
 
9
    'version': '1.0.1',
 
10
    'license': 'AGPL-3',
 
11
    'author': 'DME Soluciones SA de CV',
 
12
    'depends': [
 
13
        'l10n_mx_facturae',
 
14
        'l10n_mx_toponyms',
 
15
    ],
 
16
    'data': [
 
17
        'data/account_print_invoice.xml',
 
18
        'data/cfdi_adenda_data.xml',
 
19
        'data/process_type_data.xml',
 
20
        'data/committee_type_data.xml',
 
21
        'views/process_type.xml',
 
22
        'views/committee_type.xml',
 
23
        'views/account_invoice.xml',
 
24
    ],
 
25
}