25 lines
560 B
Python
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,
|
|
}
|