mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-26 18:32:03 +02:00
Initial commit: Hr packages
This commit is contained in:
commit
62531cd146
2820 changed files with 1432848 additions and 0 deletions
|
|
@ -0,0 +1,42 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': 'Employee Contracts',
|
||||
'version': '1.0',
|
||||
'category': 'Human Resources/Contracts',
|
||||
'sequence': 335,
|
||||
'description': """
|
||||
Add all information on the employee form to manage contracts.
|
||||
=============================================================
|
||||
|
||||
* Contract
|
||||
* Place of Birth,
|
||||
* Medical Examination Date
|
||||
* Company Vehicle
|
||||
|
||||
You can assign several contracts per employee.
|
||||
""",
|
||||
'website': 'https://www.odoo.com/app/employees',
|
||||
'depends': ['hr'],
|
||||
'data': [
|
||||
'security/security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'data/hr_contract_data.xml',
|
||||
'report/hr_contract_history_report_views.xml',
|
||||
'views/hr_contract_views.xml',
|
||||
'views/hr_employee_views.xml',
|
||||
'views/hr_employee_public_views.xml',
|
||||
'views/resource_calendar_views.xml',
|
||||
'wizard/hr_departure_wizard_views.xml',
|
||||
],
|
||||
'demo': ['data/hr_contract_demo.xml'],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'hr_contract/static/src/**/*',
|
||||
],
|
||||
},
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue