~argilsoft/+junk/mexico-localization-6.1

« back to all changes in this revision

Viewing changes to l10n_mx_facturae_22_regimen_fiscal/__openerp__.py

  • Committer: Israel CA
  • Date: 2014-01-08 21:18:22 UTC
  • Revision ID: israel.cruz@hesatecnica.com-20140108211822-ptwl8puwy7olypa9
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
###########################################################################
 
3
#    Module Writen to OpenERP, Open Source Management Solution
 
4
#
 
5
#    Copyright (c) 2012 Vauxoo - http://www.vauxoo.com
 
6
#    All Rights Reserved.
 
7
#    info@vauxoo.com
 
8
############################################################################
 
9
#    Coded by: moylop260 (moylop260@vauxoo.com)
 
10
#    Coded by: isaac (isaac@vauxoo.com)
 
11
############################################################################
 
12
#
 
13
#    This program is free software: you can redistribute it and/or modify
 
14
#    it under the terms of the GNU Affero General Public License as
 
15
#    published by the Free Software Foundation, either version 3 of the
 
16
#    License, or (at your option) any later version.
 
17
#
 
18
#    This program is distributed in the hope that it will be useful,
 
19
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
20
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
21
#    GNU Affero General Public License for more details.
 
22
#
 
23
#    You should have received a copy of the GNU Affero General Public License
 
24
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
25
#
 
26
##############################################################################
 
27
 
 
28
{
 
29
    "name" : "Agrega el Regimen Fiscal al partner",
 
30
    "version" : "1.0",
 
31
    "author" : "Vauxoo",
 
32
    "category" : "Localization/Mexico",
 
33
    "description" : """Add "Regimen Fiscal" to partner, it's used by l10n_mx_facturae_22 module
 
34
    """,
 
35
    "website" : "www.vauxoo.com",
 
36
    "license" : "AGPL-3",
 
37
    "depends" : ["base",
 
38
        ],
 
39
    "init_xml" : [],
 
40
    "demo_xml" : [],
 
41
    "update_xml" : [
 
42
        "security/regimen_fiscal.xml",
 
43
        "security/ir.model.access.csv",
 
44
        "regimen_fiscal.xml",
 
45
        "partner_view.xml",
 
46
        "data/regimen_fiscal_data.xml",
 
47
    ],
 
48
    "installable" : True,
 
49
    "active" : False,
 
50
}