From 78ce1d0eff9073094670faacaa5197ff3436dc1f Mon Sep 17 00:00:00 2001 From: Anand-Dharampuriya Date: Thu, 19 Jun 2014 18:19:24 +0530 Subject: [PATCH] [FIX] From crm_claim remove the checkbox 'Hide when empty' on claim stages --- addons/crm_claim/crm_claim.py | 3 --- addons/crm_claim/crm_claim_data.xml | 1 - addons/crm_claim/crm_claim_view.xml | 1 - 3 files changed, 5 deletions(-) diff --git a/addons/crm_claim/crm_claim.py b/addons/crm_claim/crm_claim.py index 641c490cabb..e38bf973cdf 100644 --- a/addons/crm_claim/crm_claim.py +++ b/addons/crm_claim/crm_claim.py @@ -45,13 +45,10 @@ class crm_claim_stage(osv.osv): help="Link between stages and sales teams. When set, this limitate the current stage to the selected sales teams."), 'case_default': fields.boolean('Common to All Teams', help="If you check this field, this stage will be proposed by default on each sales team. It will not assign this stage to existing teams."), - 'fold': fields.boolean('Hide in Views when Empty', - help="This stage is not visible, for example in status bar or kanban view, when there are no records in that stage to display."), } _defaults = { 'sequence': lambda *args: 1, - 'fold': False, } class crm_claim(osv.osv): diff --git a/addons/crm_claim/crm_claim_data.xml b/addons/crm_claim/crm_claim_data.xml index fca7ac51178..86cf988ff45 100644 --- a/addons/crm_claim/crm_claim_data.xml +++ b/addons/crm_claim/crm_claim_data.xml @@ -61,7 +61,6 @@ Rejected 29 - diff --git a/addons/crm_claim/crm_claim_view.xml b/addons/crm_claim/crm_claim_view.xml index 43df3d069bf..6180b85660d 100644 --- a/addons/crm_claim/crm_claim_view.xml +++ b/addons/crm_claim/crm_claim_view.xml @@ -51,7 +51,6 @@ -