~sistheo/openerp/trunk-l10n_fr_pcg

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name" : "Product GTIN EAN UPC JPC Support",
    "version" : "1.0",
    "author" : "ChriCar Beteiligungs- und Beratungs- GmbH",
    "website" : "http://www.chricar.at/ChriCar",
    "category" : "Generic Modules/Others",
    "depends" : ["product"],
    "description" : """
Replaces the EAN13 code completion with a checkroutine for EAN13, EAN8, UPC and GTIN.
It allows to support different types of barcodes systems.
    """,
    "init_xml" : [],
    "demo_xml" : [],
    "update_xml" : [],
    "active": False,
    "installable": True
}