[IMP]Associations :optimize code

bzr revid: aag@tinyerp.co.in-20110504065549-5bxsa00hshmzbl5i
This commit is contained in:
aag (OpenERP) 2011-05-04 12:25:49 +05:30
parent f12a40ab2c
commit cd38f315ac
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ class project_installer(osv.osv_memory):
'project_issue': fields.boolean('Issues Tracker',
help="Automatically synchronizes project tasks and crm cases."),
# Methodologies
'project_scrum': fields.boolean('Methodology:SCRUM',
'project_scrum': fields.boolean('Methodology: SCRUM',
help="Implements and tracks the concepts and task types defined "
"in the SCRUM methodology."),
'project_gtd': fields.boolean('Methodology:Getting Things Done',
'project_gtd': fields.boolean('Methodology: Getting Things Done',
help="GTD is a methodology to efficiently organise yourself and your tasks. This module fully integrates GTD principle with OpenERP's project management."),
}
project_installer()