odex25_standard/odex25_hr/months_custom/__manifest__.py

25 lines
560 B
Python

# -*- coding: utf-8 -*-
##############################################################################
#
#
##############################################################################
{
'name':"months_custom",
'author': "Tamkeen Technology",
'summary': """""",
'category': 'Odex25-HR/Odex25-HR',
'version': '0.1',
# any module necessary for this one to work correctly
'depends': ['base'],
# always loaded
'data': [],
# only loaded in demonstration mode
'application': True,
'installable': True,
}