[FIX] project_long_term: wording

bzr revid: odo@openerp.com-20120830094913-rhv8iy1jxgd22vmw
This commit is contained in:
Olivier Dony 2012-08-30 11:49:13 +02:00
parent 7e05e04f7b
commit d5713782fe
1 changed files with 2 additions and 2 deletions

View File

@ -273,9 +273,9 @@ class account_analytic_account(osv.osv):
_inherit = 'account.analytic.account'
_description = 'Analytic Account'
_columns = {
'use_phases': fields.boolean('Phases Planing', help="Check this field if project manages phases"),
'use_phases': fields.boolean('Phases', help="Check this field if you plan to use phase-based scheduling"),
}
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)
if template_id and 'value' in res: