Skip to content
Snippets Groups Projects
Commit 132f1ee9 authored by Sebastien Versaille's avatar Sebastien Versaille
Browse files

[FIX] Account analytic plan line name..

..should not be called plan itself.
parent 585d38c0
Branches
Tags
No related merge requests found
......@@ -81,7 +81,7 @@ class account_analytic_plan_line(osv.osv):
_order = "sequence, id"
_columns = {
'plan_id': fields.many2one('account.analytic.plan','Analytic Plan',required=True),
'name': fields.char('Plan Name', size=64, required=True, select=True),
'name': fields.char('Axis Name', size=64, required=True, select=True),
'sequence': fields.integer('Sequence'),
'root_analytic_id': fields.many2one('account.analytic.account', 'Root Account', help="Root account of this plan.", required=False),
'min_required': fields.float('Minimum Allowed (%)'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment