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

« back to all changes in this revision

Viewing changes to demo_setup/__terp__.py

  • Committer: qdp
  • Date: 2007-12-19 09:07:27 UTC
  • Revision ID: qdp-1a523a1413a15f6e7632a0d64bab451805320f69
configuration of the partner portal

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
                "website" : "http://tinyerp.com",
6
6
                "category" : "Vertical Modules/Parametrization",
7
7
                "description": """Module to set the configuration of the online demo of Tiny ERP.""",
8
 
                "depends" : ["base"],
 
8
                "depends" : ["project","base"],
9
9
                "init_xml" : [ ],
10
10
                "demo_xml" : [ ],
11
11
                "update_xml" : ["demo_setup_data.xml"],
12
 
                "active": True,
13
12
                "installable": True
14
 
 
13
 
 
b'\\ No newline at end of file'