~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to chricar_product_image/__terp__.py

ean13 enhanced to check GTIN14,EAN8,UPC,JPC
image tab for product

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Product Image",
 
3
        "version" : "1.1",
 
4
        "author" : "ChriCar Beteiligungs- und Beratungs- GmbH",
 
5
        "website" : "http://www.chricar.at/ChriCar",
 
6
        "category" : "Generic Modules/Others",
 
7
        "depends" : ["product"],
 
8
        "description" : """Adds an image tab to products
 
9
sorts the products by code
 
10
        """,
 
11
        "init_xml" : [],
 
12
        "demo_xml" : [],
 
13
        "update_xml" : ["chricar_product_image_view.xml"],
 
14
        "active": False,
 
15
        "installable": True
 
16
}