[REM]Removed use_timesheets field from defaults

bzr revid: cod@tinyerp.com-20131223115619-oimjlyrimgbaa7ie
This commit is contained in:
Chirag Dodiya (OpenERP) 2013-12-23 17:26:19 +05:30
parent 03176d176b
commit 7db3c7aaac
1 changed files with 0 additions and 3 deletions

View File

@ -206,9 +206,6 @@ class account_analytic_account(osv.osv):
_columns = {
'use_timesheets': fields.boolean('Timesheets', help="Check this field if this project manages timesheets"),
}
_defaults = {
'use_timesheets': True
}
def on_change_template(self, cr, uid, ids, template_id, context=None):
res = super(account_analytic_account, self).on_change_template(cr, uid, ids, template_id, context=context)