mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-27 01:52:08 +02:00
Initial commit: Hr packages
This commit is contained in:
commit
62531cd146
2820 changed files with 1432848 additions and 0 deletions
27
odoo-bringout-oca-ocb-hr_fleet/hr_fleet/__manifest__.py
Normal file
27
odoo-bringout-oca-ocb-hr_fleet/hr_fleet/__manifest__.py
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Fleet History',
|
||||
'version': '1.0',
|
||||
'category': 'Human Resources',
|
||||
'summary': 'Get history of driven cars by employees',
|
||||
'depends': ['hr', 'fleet'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'security/hr_fleet_security.xml',
|
||||
'views/employee_views.xml',
|
||||
'views/fleet_vehicle_views.xml',
|
||||
'views/fleet_vehicle_cost_views.xml',
|
||||
'wizard/hr_departure_wizard_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
'data/hr_fleet_demo.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'hr_fleet/static/src/views/**/*',
|
||||
],
|
||||
},
|
||||
'auto_install': True,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue