From 59fef0db21a4517d29cc204ce8a20035a86d41ab Mon Sep 17 00:00:00 2001 From: Richard deMeester Date: Wed, 24 Sep 2014 09:54:59 +1000 Subject: [PATCH] [FIX] account: Add sequence to tax views For account.tax.code and account.tax.code.template. Sequences on account.tax.code are used for reporting. However, it wasn't possible to edit them through the client. Neither through the form view or the list view with a handle. Fixes #1844 Closes #2656 --- addons/account/account_view.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml index b7c199a4559..3886f61d214 100644 --- a/addons/account/account_view.xml +++ b/addons/account/account_view.xml @@ -872,6 +872,7 @@ 100 + @@ -891,6 +892,7 @@ + @@ -2147,6 +2149,7 @@ child_ids + @@ -2176,6 +2179,7 @@ +