From 1a18036f6ecc5a0fbb875bef0bf87639a55acd59 Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Fri, 22 Apr 2011 15:36:51 +0200 Subject: [PATCH] [FIX] Change the domain of the 'To Renew' accounts' bzr revid: stephane@openerp.com-20110422133651-92hiwvvobq76mv2l --- .../account_analytic_analysis_menu.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/addons/account_analytic_analysis/account_analytic_analysis_menu.xml b/addons/account_analytic_analysis/account_analytic_analysis_menu.xml index a564db17dfc..9ef6c90f9f4 100644 --- a/addons/account_analytic_analysis/account_analytic_analysis_menu.xml +++ b/addons/account_analytic_analysis/account_analytic_analysis_menu.xml @@ -33,7 +33,8 @@ - + - + @@ -73,8 +74,9 @@ account.analytic.account form tree,form,graph - {'search_default_has_partner' : 1, 'search_default_current' : 1} + {'search_default_has_partner' : 1, 'search_default_my_accounts' : 1, 'search_default_current' : 1} + You will find here the contracts to be renewed because the deadline is passed or the working hours are higher than the allocated hours. OpenERP automatically sets these analytic accounts to the pending state, in order to raise a warning during the timesheets recording. Salesmen should review all pending accounts and reopen or close the according to the negotiation with the customer.