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

« back to all changes in this revision

Viewing changes to bookstore/__terp__.py

  • Committer: Fabien Pinckaers
  • Date: 2008-04-08 18:09:25 UTC
  • Revision ID: fp@tinyerp.com-75a1f91ae9874435f54acf8495ef157f9f9cdbad
New module: bookstore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Bookstore Verticalisation",
 
3
        "version" : "1.0",
 
4
        "author" : "Tiny",
 
5
        "category" : "Data Module",
 
6
        "depends" : ["library","delivery"],
 
7
        "init_xml" : ["partner_sequence.xml","bookstore_data.xml"],
 
8
        "update_xml": ["bookstore_view.xml","lot_sequence.xml",
 
9
                                   "bookstore_report.xml","bookstore_access.xml",
 
10
                                ],
 
11
        "demo_xml" : [],
 
12
        "installable": True,
 
13
}