~acysos-team/acysos/openerp-addons-6.0

3 by Ignacio Ibeas - Acysos S.L.
[ADD] ting_sales_tree_grid: update to 6.0
1
# -*- encoding: utf-8 -*-
2
##############################################################################
3
#
4
#    OpenERP, Open Source Management Solution	
5
#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
6
#    $Id$
7
#    Copyright (c) 2010 Acysos S.L. (http://acysos.com) All Rights Reserved.
8
#                       Ignacio Ibeas <ignacio@acysos.com>
9
#
10
#    This program is free software: you can redistribute it and/or modify
11
#    it under the terms of the GNU General Public License as published by
12
#    the Free Software Foundation, either version 3 of the License, or
13
#    (at your option) any later version.
14
#
15
#    This program is distributed in the hope that it will be useful,
16
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
17
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
#    GNU General Public License for more details.
19
#
20
#    You should have received a copy of the GNU General Public License
21
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
22
#
23
##############################################################################
24
25
26
{
27
    "name" : "Sale Order Editable Tree Grid",
28
    "version" : "6.0",
68 by Ignacio Ibeas - Acysos S.L.
[FIX] all modules: fix categories and module names
29
    "author" : "Acysos S.L., Ting!",
30
    "category": "Generic Modules/Sales & Purchases",
3 by Ignacio Ibeas - Acysos S.L.
[ADD] ting_sales_tree_grid: update to 6.0
31
    "depends" : ["base","sale"],
32
    "init_xml" : [],
33
    "description": """
34
        Editable tree view with virtual and real stocks for sales orders. Update to 6.0 by Acysos S.L.
35
    """,
36
    'update_xml': ["sale_view.xml"],
37
    'installable': True,
38
    'active': False,
39
40
}
41
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: