From e39eb0325b4d0a5562e904334212817f284198c4 Mon Sep 17 00:00:00 2001 From: "Vir (Open ERP)" Date: Mon, 18 Jan 2010 11:36:13 +0530 Subject: [PATCH 01/18] [MOD] Modification in menus according to new menu structure bzr revid: vir@tinyerp.com-20100118060613-yobcz6i91l8oay6q --- addons/membership/membership_view.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/addons/membership/membership_view.xml b/addons/membership/membership_view.xml index 78c81d77e88..2bc1ac1d48d 100644 --- a/addons/membership/membership_view.xml +++ b/addons/membership/membership_view.xml @@ -82,9 +82,12 @@ + + sequence="3"/> @@ -144,8 +147,8 @@ form - - @@ -207,7 +210,7 @@ From 4e3bd8db5b1b585ac37a16f18b927c6d6b28ca35 Mon Sep 17 00:00:00 2001 From: "Vir (Open ERP)" Date: Mon, 18 Jan 2010 12:12:51 +0530 Subject: [PATCH 02/18] [MOD] Modification in menu items according to new menu structure bzr revid: vir@tinyerp.com-20100118064251-uxxz2dh40sxqytth --- addons/auction/auction_view.xml | 24 ++++++++++++------------ addons/auction/auction_wizard.xml | 18 +++++++++--------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/addons/auction/auction_view.xml b/addons/auction/auction_view.xml index bc5547a3608..2189253f3ce 100644 --- a/addons/auction/auction_view.xml +++ b/addons/auction/auction_view.xml @@ -2,7 +2,7 @@ - + ======================================================= Auction Management/Configuration/artist @@ -127,7 +127,7 @@ - + ======================================================= Auction Management/Auction Dates/Old Auction Dates @@ -361,10 +361,10 @@ auction.lots form [('state','=','sold')] - + - + @@ -373,7 +373,7 @@ form tree,form [('state','<>','sold')] - + @@ -382,7 +382,7 @@ form tree,form [('auction_id','=', False),('state','=','draft')] - + @@ -392,7 +392,7 @@ auction.lots form [('state','=','unsold')] - + @@ -439,7 +439,7 @@