flectra/addons/hr_maintenance/__manifest__.py
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

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,
}