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

« back to all changes in this revision

Viewing changes to nan_product_bulk/__openerp__.py

  • Committer: Albert Cervera i Areny
  • Date: 2011-03-06 23:27:11 UTC
  • Revision ID: albert@nan-tic.com-20110306232711-vnnpmlkq9oqv0pou
[ADD] nan_product_bulk: Add new nan_product_bulk module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Product Bulk",
 
3
        "version" : "0.1",
 
4
        "description" : """Product Bulk""",
 
5
        "author" : "NaN for Trod y Avia, S.L.",
 
6
        "website" : "http://www.NaN-tic.com",
 
7
        "depends" : [ 'stock','mrp'], 
 
8
        "category" : "Custom Modules",
 
9
        "init_xml" : [],
 
10
        "demo_xml" : [],
 
11
        "update_xml" : [ 'product_view.xml' ],
 
12
        "active": False,
 
13
        "installable": True
 
14
}