[MIG] hr_luncheon_voucher: migrate to 18.0
This commit is contained in:
30
hr_luncheon_voucher/__manifest__.py
Normal file
30
hr_luncheon_voucher/__manifest__.py
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "HR Luncheon Voucher",
|
||||
"category": "Human Resources",
|
||||
"version": "18.0.1.0.0",
|
||||
"summary": "Manage luncheon vouchers credit and distribution",
|
||||
"author": "Elabore",
|
||||
"website": "https://git.elabore.coop/elabore/hr-tools",
|
||||
"license": "AGPL-3",
|
||||
"installable": True,
|
||||
"application": True,
|
||||
"auto_install": False,
|
||||
"depends": [
|
||||
"base",
|
||||
"calendar",
|
||||
"hr",
|
||||
"hr_effective_attendance_period",
|
||||
"hr_holidays",
|
||||
"resource",
|
||||
],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"views/event_type.xml",
|
||||
"views/hr_employee_views.xml",
|
||||
"views/hr_lv_allocation_views.xml",
|
||||
"views/res_config_settings_views.xml",
|
||||
"views/menus.xml",
|
||||
"wizard/generate_lv_allocations_wizard.xml",
|
||||
"data/event_type_data.xml",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user