28 lines
567 B
Python
28 lines
567 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "HR Training Payment",
|
|
|
|
'summary': """
|
|
HR Training Payment
|
|
""",
|
|
|
|
'description': """
|
|
HR Training Payment
|
|
""",
|
|
'category': 'Odex25-HR/Odex25-HR',
|
|
'version': '18.0.1.0.0',
|
|
'sequence': 6,
|
|
'website': 'http://exp-sa.com',
|
|
'license': 'GPL-3',
|
|
'author': 'Expert Co. Ltd.',
|
|
# 'depends': ['exp_official_mission','purchase_requisition_custom'],
|
|
'depends': ['exp_official_mission'],
|
|
|
|
'data': [
|
|
"views/hr_official_mission.xml",
|
|
"views/mission_type.xml",
|
|
|
|
],
|
|
|
|
}
|