769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
19 lines
449 B
Python
19 lines
449 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
{
|
|
'name': 'HR - Equipments',
|
|
'version': '1.0',
|
|
'sequence': 125,
|
|
'description': """
|
|
Bridge between HR and Maintenance.""",
|
|
'depends': ['hr', 'maintenance'],
|
|
'summary': 'Equipments, Assets, Internal Hardware, Allocation Tracking',
|
|
'data': [
|
|
'security/equipment.xml',
|
|
'views/maintenance_views.xml',
|
|
],
|
|
'demo': [],
|
|
'installable': True,
|
|
'auto-install': True,
|
|
}
|