From 0696aa196d473ba2049f6f90b1b825f164bc8d5a Mon Sep 17 00:00:00 2001 From: "Ajay Chauhan (OpenERP)" Date: Tue, 23 Oct 2012 14:19:49 +0530 Subject: [PATCH 1/4] [IMP] portal_sale: change help text for menus bzr revid: cha@tinyerp.com-20121023084949-vn1fz0axxqbj1oyt --- addons/portal_sale/portal_sale_view.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/portal_sale/portal_sale_view.xml b/addons/portal_sale/portal_sale_view.xml index 6b25d87b791..b46175f7feb 100644 --- a/addons/portal_sale/portal_sale_view.xml +++ b/addons/portal_sale/portal_sale_view.xml @@ -45,7 +45,7 @@ kanban,tree,form - No public products. + There are no public products. @@ -65,7 +65,7 @@ {'type':'receipt'} current - You don't have any payment. + You don't have any refunds or payments. Date: Tue, 23 Oct 2012 15:27:56 +0530 Subject: [PATCH 2/4] [IMP] portal_event: change help text for event menu bzr revid: cha@tinyerp.com-20121023095756-6xssqpsxzw9wzbzz --- addons/portal_event/portal_event_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/portal_event/portal_event_view.xml b/addons/portal_event/portal_event_view.xml index 1e046bc9e7f..5d2397f6148 100755 --- a/addons/portal_event/portal_event_view.xml +++ b/addons/portal_event/portal_event_view.xml @@ -13,7 +13,7 @@ kanban,calendar,tree,form,graph {"search_default_upcoming":1} - No public events. + There are no public events. Date: Fri, 2 Nov 2012 17:11:38 +0530 Subject: [PATCH 3/4] [IMP] portal_claim: added an arrow for empty list message bzr revid: cha@tinyerp.com-20121102114138-l6gyw1t217jxg0s4 --- addons/portal_claim/portal_claim_view.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/addons/portal_claim/portal_claim_view.xml b/addons/portal_claim/portal_claim_view.xml index 86be0764d26..4ed9884970d 100644 --- a/addons/portal_claim/portal_claim_view.xml +++ b/addons/portal_claim/portal_claim_view.xml @@ -10,7 +10,17 @@ {"search_default_user_id":'', "stage_type":'claim'} - Record and track your customers' claims. Claims may be linked to a sales order or a lot. You can send emails with attachments and keep the full history for a claim (emails sent, intervention type and so on). Claims may automatically be linked to an email address using the mail gateway module. + +

+ Click to create a new claim. +

+ Record and track your customers' claims. Claims may be linked to + a sales order or a lot. You can send emails with attachments and + keep the full history for a claim (emails sent, intervention type + and so on). Claims may automatically be linked to an email address + using the mail gateway module. +

+
Date: Mon, 5 Nov 2012 16:03:16 +0530 Subject: [PATCH 4/4] [FIX] portal_sale: solve warning issue with portal user bzr revid: cha@tinyerp.com-20121105103316-u3xh0zxib4hgxt4i --- addons/portal_sale/security/portal_security.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/portal_sale/security/portal_security.xml b/addons/portal_sale/security/portal_security.xml index c4bf6131ba1..39dabf754fe 100644 --- a/addons/portal_sale/security/portal_security.xml +++ b/addons/portal_sale/security/portal_security.xml @@ -42,6 +42,7 @@ Portal Personal Contacts [('message_follower_ids','in',[user.partner_id.id])] +