From 364f9aefa9ca4ce331b5d5c6a8cab0f4ce4f356a Mon Sep 17 00:00:00 2001 From: "Mayur Maheshwari (OpenERP)" Date: Wed, 14 Sep 2011 18:41:11 +0530 Subject: [PATCH 01/15] [IMP]stock,purchase_requisition,crm:statusbar Improvement is Done bzr revid: mma@tinyerp.com-20110914131111-3o0jykg61r5eq98c --- addons/account_voucher/account_voucher.py | 2 +- addons/account_voucher/account_voucher_view.xml | 2 +- addons/account_voucher/voucher_payment_receipt_view.xml | 4 ++-- addons/account_voucher/voucher_sales_purchase_view.xml | 4 ++-- addons/crm/crm.py | 4 ++-- addons/crm_claim/crm_claim_view.xml | 2 +- addons/crm_fundraising/crm_fundraising_view.xml | 2 +- addons/crm_helpdesk/crm_helpdesk_view.xml | 2 +- addons/hr_evaluation/hr_evaluation.py | 2 +- addons/hr_evaluation/hr_evaluation_view.xml | 2 +- addons/idea/idea.py | 2 +- addons/idea/idea_view.xml | 2 +- addons/lunch/lunch.py | 2 +- addons/lunch/lunch_view.xml | 2 +- addons/marketing_campaign/marketing_campaign.py | 4 ++-- addons/marketing_campaign/marketing_campaign_view.xml | 6 +++--- addons/purchase_requisition/purchase_requisition.py | 2 +- addons/purchase_requisition/purchase_requisition_view.xml | 2 +- addons/stock/stock.py | 4 ++-- addons/stock/stock_view.xml | 2 +- 20 files changed, 27 insertions(+), 27 deletions(-) diff --git a/addons/account_voucher/account_voucher.py b/addons/account_voucher/account_voucher.py index da878458d6c..0772b8e178d 100644 --- a/addons/account_voucher/account_voucher.py +++ b/addons/account_voucher/account_voucher.py @@ -255,7 +255,7 @@ class account_voucher(osv.osv): 'company_id': fields.related('journal_id', 'company_id', type='many2one', relation='res.company', string='Company', store=True, readonly=True), 'company_currency': fields.related('company_id','currency_id', type='many2one', relation='res.currency', string='Currency', readonly=True), 'state':fields.selection( - [('draft','Draft'), + [('draft','New'), ('proforma','Pro-forma'), ('posted','Posted'), ('cancel','Cancelled') diff --git a/addons/account_voucher/account_voucher_view.xml b/addons/account_voucher/account_voucher_view.xml index fd0e1a0c3c6..567790e6eee 100644 --- a/addons/account_voucher/account_voucher_view.xml +++ b/addons/account_voucher/account_voucher_view.xml @@ -102,7 +102,7 @@ - +