25 lines
788 B
Python
25 lines
788 B
Python
# -*- coding: utf-8 -*-
|
|
##############################################################################
|
|
#
|
|
# LCT, Life Connection Technology
|
|
# Copyright (C) 2011-2012 LCT
|
|
#
|
|
##############################################################################
|
|
|
|
{
|
|
'name' : 'Base Custom',
|
|
'category': 'HR-Odex',
|
|
'version' : '1.0',
|
|
'author': 'Expert Co. Ltd.' ,
|
|
'website': 'http://exp-sa.com',
|
|
'summary': 'Solving defulat groups for newly created users',
|
|
'description' : """Add the following features: 1-Prevent granting defulat groups for newly created users """,
|
|
'depends' : ['hr','hr_contract'],
|
|
'data': [ ],
|
|
'auto_install': True,
|
|
'installable': True,
|
|
'application': True,
|
|
|
|
}
|
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|