From f873f8761cd46cbda76840a49aab43f4516cfe72 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Tue, 19 Aug 2008 09:09:41 +0200 Subject: [PATCH] Removed Fast Chart of Accounts _order = parent_left bzr revid: fp@tinyerp.com-20080819070941-i15jwyp36gh8hg7n --- addons/account/account.py | 3 ++- addons/account/account_view.xml | 21 --------------------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/addons/account/account.py b/addons/account/account.py index 729e2b89fdd..5855326d4da 100644 --- a/addons/account/account.py +++ b/addons/account/account.py @@ -129,7 +129,8 @@ class account_tax(osv.osv): account_tax() class account_account(osv.osv): - _order = "code" + _order = "parent_left" + _parent_order = "code" _name = "account.account" _description = "Account" _parent_store = True diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml index 1b50734c4b6..d3b1b47c12b 100644 --- a/addons/account/account_view.xml +++ b/addons/account/account_view.xml @@ -172,27 +172,6 @@ - - account.account.list - account.account - tree - child_id - - - - - - - - - - Fast Chart of Accounts - account.account - tree - - [('code','=','0')] - -