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

« back to all changes in this revision

Viewing changes to portal_service/__terp__.py

  • Committer: bch
  • Date: 2007-06-13 14:12:30 UTC
  • Revision ID: bch-57904c276c9178370b2e6de68633f27ff6a85201
New portal_service : based on portal, bring all the stuff needed for a service company portal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Portal Management - Service",
 
3
        "version" : "0.1",
 
4
        "author" : "Tiny",
 
5
        "website" : "http://tinyerp.com/",
 
6
        "depends" : ["base", "portal","project","crm",
 
7
                                 "account_analytic_analysis","hr_timesheet_invoice",
 
8
                                 "scrum",],
 
9
        "category" : "Generic Modules/Others",
 
10
        "description": "Potal Management for a  service company.",
 
11
        "init_xml" : [],
 
12
        "update_xml" : ["portal_project_view.xml","portal_project_data.xml",
 
13
                                        "portal_crm_view.xml","portal_crm_data.xml",
 
14
                                        "portal_scrum_view.xml","portal_scrum_data.xml",
 
15
                                        ],
 
16
        "demo_xml" : [],
 
17
        "active": False,
 
18
        "installable": True
 
19
}