~vauxoo/addons-vauxoo/7.0-pylint-luist

« back to all changes in this revision

Viewing changes to product_icecat/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-03 08:22:36 UTC
  • mfrom: (1142.3.1 7.0)
  • Revision ID: moylop260@vauxoo.com-20141003082236-v5l103t231shbfog
[MERGE] Set standard in all __openerp__.py files

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
#
21
21
############################################################################################
22
 
 
23
22
{
24
 
    "name" : "Product Information Import from icecat",
25
 
    "version" : "1.0",
26
 
    "author" : "Zikzakmedia SL",
27
 
    "website" : "http://www.zikzakmedia.com",
28
 
    "category" : "Added functionality",
29
 
    "depends" : [
30
 
        "base",
31
 
        "product_manufacturer",
32
 
        "product_images_olbs"
33
 
    ],
34
 
    "init_xml" : [],
35
 
    "demo_xml" : [],
 
23
    "name": "Product Information Import from icecat", 
 
24
    "version": "1.0", 
 
25
    "author": "Zikzakmedia SL", 
 
26
    "category": "Added functionality", 
36
27
    "description": """
37
28
    Import information XML from icecat to OpenERP products.
38
29
    This wizard download XML in openerp-server (addons/product_icecat/xml) and after process data mapping line to product import.
40
31
    - HTML Category option: create list details
41
32
    - FTP image
42
33
    http://www.icecat.biz/
43
 
    """,
44
 
    'update_xml': [
45
 
        'security/ir.model.access.csv',
46
 
        'product_icecat.xml',
47
 
        'product_manufacturer.xml',
48
 
        'wizard/wizard_product_icecat.xml',
49
 
    ],
50
 
    'test':[''],
51
 
    'installable': True,
52
 
    'active': False,
53
 
}
 
34
    """, 
 
35
    "website": "http://www.zikzakmedia.com", 
 
36
    "license": "", 
 
37
    "depends": [
 
38
        "base", 
 
39
        "product_manufacturer", 
 
40
        "product_images_olbs"
 
41
    ], 
 
42
    "demo": [], 
 
43
    "data": [
 
44
        "security/ir.model.access.csv", 
 
45
        "product_icecat.xml", 
 
46
        "product_manufacturer.xml", 
 
47
        "wizard/wizard_product_icecat.xml"
 
48
    ], 
 
49
    "test": [
 
50
        ""
 
51
    ], 
 
52
    "js": [], 
 
53
    "css": [], 
 
54
    "qweb": [], 
 
55
    "installable": True, 
 
56
    "auto_install": False, 
 
57
    "active": False
 
58
}
 
 
b'\\ No newline at end of file'