~product-core-editors/openerp-product-attributes/github-7.0

« back to all changes in this revision

Viewing changes to product_gtin/__terp__.py

  • Committer: Mantavya Gajjar
  • Date: 2009-04-09 07:06:02 UTC
  • Revision ID: git-v1:9ed9fb81798613f36bbe91f34e1159f6fdad0a8a
account_indian is a branch of the trunk addons
          make account_indian up to date with the trunk-extra-addons
(/home/gbaconnier/code/openerp/extra-addons/lp6.1-main rev 3288.4.56)

Show diffs side-by-side

added added

removed removed

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