~unifield-team/unifield-addons/uf-2527-addons

« back to all changes in this revision

Viewing changes to base_setup/__terp__.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Base Setup",
 
3
        "version" : "1.0",
 
4
        "author" : "Tiny",
 
5
        "website" : "http://tinyerp.com",
 
6
        "category" : "Generic Modules/Base",
 
7
        "description": "This module adds a wizard when the user connects for the first time in the system. If you do not want this setup wizard at first connection, just desactivate this module.",
 
8
        "depends" : ["base"],
 
9
        "init_xml" : [
 
10
                "base_setup_data.xml",
 
11
        ],
 
12
        "demo_xml" : [
 
13
                "base_setup_demo.xml",
 
14
        ],
 
15
        "update_xml" : [
 
16
                "base_setup_wizard.xml",
 
17
        ],
 
18
        "active": True,
 
19
        "installable": True
 
20
}