~grupoesoc/bhc/7.0

« back to all changes in this revision

Viewing changes to hr_car/__openerp__.py

  • Committer: Julien
  • Date: 2013-11-26 16:04:10 UTC
  • Revision ID: julien@bhc-debian-20131126160410-d8dg5hzrqkc84w2z
Add hr_car

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## -*- coding: utf-8 -*-
 
2
{
 
3
    "name": "Company vehicles fleet management",
 
4
    "version": "1.0",
 
5
    "author": "BHC",
 
6
    "category": "Human Resources",
 
7
    "website": "http://www.bhc.com",
 
8
    "description": """
 
9
       This module allows to manage the different vehicles of your company. 
 
10
       You can link a car to an employee, manage insurances, suppliers, garage and maintenance.
 
11
    
 
12
    """,
 
13
    'depends': ['hr','hr_contract'],
 
14
    'data': ['hr_car.xml','security/ir.model.access.csv'],
 
15
    'demo_xml': [],
 
16
    'test': [],
 
17
    'installable': True,
 
18
    'active': False,
 
19
    'images': ['images/cars_bhc_01.png','images/cars_bhc_02.png','images/cars_bhc_03.png'],
 
20
    
 
21
}
 
22
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: