~vauxoo/addons-vauxoo/6.0-trunk

129.1.1 by nhomar at vauxoo
[FORK] Forking module from extra-addons
1
#########################################################################
2
# Copyright (C) 2009  Sharoon Thomas, Open Labs Business solutions      #
3
#                                                                       #
4
#This program is free software: you can redistribute it and/or modify   #
5
#it under the terms of the GNU General Public License as published by   #
6
#the Free Software Foundation, either version 3 of the License, or      #
7
#(at your option) any later version.                                    #
8
#                                                                       #
9
#This program is distributed in the hope that it will be useful,        #
10
#but WITHOUT ANY WARRANTY; without even the implied warranty of         #
11
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          #
12
#GNU General Public License for more details.                           #
13
#                                                                       #
14
#You should have received a copy of the GNU General Public License      #
15
#along with this program.  If not, see <http://www.gnu.org/licenses/>.  #
16
#########################################################################
543.7.598 by Moises Lopez
[MERGE] Set standard in all __openerp__.py files
17
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
129.1.1 by nhomar at vauxoo
[FORK] Forking module from extra-addons
18
{
543.406.1 by alan guzman
[IMP] changes in files __openerp__.py on modules
19
    "name": "Product Image Gallery", 
20
    "version": "0.1 ", 
21
    "author": "Sharoon Thomas, Open Labs Business Solutions", 
22
    "category": "Added functionality - Product Extension", 
129.1.1 by nhomar at vauxoo
[FORK] Forking module from extra-addons
23
    "description": """
24
    This Module implements an Image Gallery for products.
25
    You can add images against every product.
543.405.2 by Moises Lopez
[FIX] trailing whitespace pylint error C0303 and [FIX] autopep8 ignoring E501 & E128.
26
129.1.1 by nhomar at vauxoo
[FORK] Forking module from extra-addons
27
    This module is generic but built for Magento ERP connector and
28
    the upcoming e-commerce system for Open ERP by Open Labs
543.7.598 by Moises Lopez
[MERGE] Set standard in all __openerp__.py files
29
    """, 
543.406.1 by alan guzman
[IMP] changes in files __openerp__.py on modules
30
    "website": "http://openlabs.co.in/", 
31
    "license": "", 
32
    "depends": [
33
        "base", 
34
        "product"
35
    ], 
36
    "demo": [], 
37
    "data": [
38
        "security/ir.model.access.csv", 
39
        "views/product_images_view.xml"
40
    ], 
41
    "test": [], 
42
    "js": [], 
43
    "css": [], 
44
    "qweb": [], 
45
    "installable": True, 
543.7.598 by Moises Lopez
[MERGE] Set standard in all __openerp__.py files
46
    "auto_install": False, 
47
    "active": False
48
}