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

« back to all changes in this revision

Viewing changes to base_contact_team/__terp__.py

  • Committer: Stephane Wirtel
  • Date: 2008-11-04 16:32:12 UTC
  • mto: This revision was merged to the branch mainline in revision 3333.
  • Revision ID: stephane@tinyerp.com-20081104163212-okpnq41t4tfyb43q
Add the base_contact_team module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    'name' : 'Base Contact Team',
 
3
    'author' : 'Tiny SPRL',
 
4
    'version' : '0.1',
 
5
    'website' : 'http://www.openerp.com',
 
6
    'description' : '',
 
7
    'depends' : ['base_contact'],
 
8
    'init_xml' : [],
 
9
    'update_xml' : ['base_contact_team_view.xml'],
 
10
    'demo_xml' : [],
 
11
    'installable' : True, 
 
12
    'active' : False,
 
13
}