~romaindeheele/openobject-addons/extra-trunk

« back to all changes in this revision

Viewing changes to tiny_purchase/__terp__.py.1

  • Committer: ced
  • Date: 2007-03-30 12:31:07 UTC
  • Revision ID: ced-6c295a7c19ba0a3c2154f68429d6159d83f9bc15
TINY_PURCHASE: add new module, with 4 exercices

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name": "Tiny purchase",
 
3
        "version": "0.1",
 
4
        "author" : "Tiny",
 
5
        "depends": ['base',],
 
6
        "category": "Generic Modules/Tiny Purchase",
 
7
        "init_xml": [],
 
8
        "update_xml": ["tiny_purchase_view.xml",],
 
9
        "demo_xml": ["tiny_purchase_demo.xml",],
 
10
        "active": False,
 
11
        "installable": True,
 
12
}