From c89bd961436a98262e0973903f9bd85527172dcc Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Thu, 18 Jul 2013 16:43:44 +0200 Subject: [PATCH] [ADD]crm_partner_assign: lead demo data, with portal user assigned bzr revid: dle@openerp.com-20130718144344-zwy1eg9zxvjjeu0g --- addons/crm_partner_assign/__openerp__.py | 2 +- addons/crm_partner_assign/crm_lead_demo.xml | 32 +++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 addons/crm_partner_assign/crm_lead_demo.xml diff --git a/addons/crm_partner_assign/__openerp__.py b/addons/crm_partner_assign/__openerp__.py index 37a8c5a3d6b..e0f1d78558a 100644 --- a/addons/crm_partner_assign/__openerp__.py +++ b/addons/crm_partner_assign/__openerp__.py @@ -38,7 +38,7 @@ You can also use the geolocalization without using the GPS coordinates. """, 'author': 'OpenERP SA', 'depends': ['crm', 'account', 'portal'], - 'demo': ['res_partner_demo.xml'], + 'demo': ['res_partner_demo.xml', 'crm_lead_demo.xml'], 'data': [ 'security/ir.model.access.csv', 'res_partner_view.xml', diff --git a/addons/crm_partner_assign/crm_lead_demo.xml b/addons/crm_partner_assign/crm_lead_demo.xml new file mode 100644 index 00000000000..6631131d054 --- /dev/null +++ b/addons/crm_partner_assign/crm_lead_demo.xml @@ -0,0 +1,32 @@ + + + + + + + lead + Specifications and price of your phones + Steve Martinez + + + Reseller + + Edinburgh + + + + 2 + + + + Hi, + + Please, can you give me more details about your phones, including their specifications and their prices. + + Regards, + Steve + + + + + \ No newline at end of file