~vauxoo/openerp-mexico-localization/type_invoice_report_dev_luis

« back to all changes in this revision

Viewing changes to l10n_mx_hr_concepts/__terp__.py

  • Committer: moylop260
  • Date: 2011-05-17 03:46:11 UTC
  • mto: This revision was merged to the branch mainline in revision 52.
  • Revision ID: moylop260@hotmail.com-20110517034611-oprpx39eq9d21x0h
[FIX]: Reverted delete addons

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
#    Copyright (C) OpenERP Venezuela (<http://openerp.com.ve>).
 
5
#    All Rights Reserved
 
6
###############Credits######################################################
 
7
#    Coded by: nhomar@openerp.com.ve,
 
8
#    Planified by: Nhomar Hernandez
 
9
#    Finance by: Cli-Per
 
10
#    Audited by: Alejandro Negrin alejandro@openerpmexico.com
 
11
#############################################################################
 
12
#    This program is free software: you can redistribute it and/or modify
 
13
#    it under the terms of the GNU General Public License as published by
 
14
#    the Free Software Foundation, either version 3 of the License, or
 
15
#    (at your option) any later version.
 
16
#
 
17
#    This program is distributed in the hope that it will be useful,
 
18
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
20
#    GNU General Public License for more details.
 
21
#
 
22
#    You should have received a copy of the GNU General Public License
 
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
24
##############################################################################
 
25
{
 
26
    "name" : "OpenERP Hr Concepts",
 
27
    "version" : "0.1",
 
28
    "depends" : ["base","hr","product","account"],
 
29
    "author" : "OpenERP Venezuela",
 
30
    "description" : """
 
31
    What do this module:
 
32
    Create model to improve RRHH payment on OpenERP.
 
33
    Load all concepts related to RRHH in mexico.
 
34
                    """,
 
35
    "website" : "http://openerp.com.ve",
 
36
    "category" : "Localisation/Hr",
 
37
    "init_xml" : [
 
38
    ],
 
39
    "demo_xml" : [
 
40
    ],
 
41
    "update_xml" : [
 
42
        "product_hr_data.xml",
 
43
        "product_hr_view.xml",
 
44
    ],
 
45
    "active": False,
 
46
    "installable": True,
 
47
}