~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to product_index/__terp__.py

  • Committer: Fabien Pinckaers
  • Date: 2008-01-06 15:02:59 UTC
  • Revision ID: fp@tinyerp.com-a7622d901b3f784e3dbb425d24a0c39656ab2fc9
New Module: product_index
        Manage indexes on product prices

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Use the custom module to put your specific code in a separate module.
 
3
#
 
4
{
 
5
        "name" : "Manage indexes on products prices",
 
6
        "version" : "1.0",
 
7
        "author" : "Tiny",
 
8
        "category" : "Generic Modules/Sales & Purchases",
 
9
        "website": "http://www.tinyerp.com",
 
10
        "depends" : ["product"],
 
11
        "demo_xml" : ['product.index.csv'],
 
12
        "init_xml" : [],
 
13
        "update_xml" : ['product_data.xml', "product_index_view.xml", "product_view.xml"],
 
14
        "active": False,
 
15
        "installable": True
 
16
}