~vauxoo/addons-vauxoo/7.0-ifrs_agrinos-dev-hbto

« back to all changes in this revision

Viewing changes to baremo/__terp__.py

  • Committer: Miguel Delgado
  • Date: 2012-05-21 14:48:48 UTC
  • Revision ID: miguel.delgado07@gmail.com-20120521144848-v9lt237qbqh2cwdl

[ADD] se migraron los modulos de baremo, commission_payment y hr_salesman_commission
para que el proceso de calculo de comisiones funcionara igual que en version 5.0 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##############################################################################
 
2
#
 
3
#    OpenERP, Open Source Management Solution    
 
4
#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
 
5
#    nhomar.hernandez@netquatro.com
 
6
#
 
7
#    This program is free software: you can redistribute it and/or modify
 
8
#    it under the terms of the GNU General Public License as published by
 
9
#    the Free Software Foundation, either version 3 of the License, or
 
10
#    (at your option) any later version.
 
11
#
 
12
#    This program is distributed in the hope that it will be useful,
 
13
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
#    GNU General Public License for more details.
 
16
#
 
17
#    You should have received a copy of the GNU General Public License
 
18
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
19
#
 
20
##############################################################################
 
21
{
 
22
    "name" : "Baremo Para calculo de Comisiones",
 
23
    "version" : "0.1",
 
24
    "depends" : ["base","decimal_precision"],
 
25
    "author" : "Netquatro",
 
26
    "description" : """
 
27
    Crea un modelo para el calculo de comisiones.
 
28
                    """,
 
29
    "website" : "http://openerp.netquatro.com",
 
30
    "category" : "Generic Modules",
 
31
    "init_xml" : [
 
32
    ],
 
33
    "demo_xml" : [
 
34
    ],
 
35
    "update_xml" : [
 
36
        "baremo_view.xml",
 
37
    ],
 
38
    "active": False,
 
39
    "installable": True,
 
40
}