[MOD] marketing_campaign set default true in configuration wizard

bzr revid: vir@tinyerp.com-20101015044043-sjijtzt1wihwoy46
This commit is contained in:
Vir (Open ERP) 2010-10-15 10:10:43 +05:30
parent d5b1d3e87d
commit 1bee855ce6
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ class marketing_installer(osv.osv_memory):
'crm_profiling':fields.boolean('Profiling Tools',
help="Helps you to perform segmentation of partners and design segmentation questionnaires")
}
_defaults = {
'marketing_campaign': lambda *a: 1,
}
marketing_installer()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: