[REM] mass_mailing sub-modules: removed deda code
authorThibault Delavallée <tde@openerp.com>
Tue, 15 Apr 2014 14:34:52 +0000 (16:34 +0200)
committerThibault Delavallée <tde@openerp.com>
Tue, 15 Apr 2014 14:34:52 +0000 (16:34 +0200)
bzr revid: tde@openerp.com-20140415143452-igpz14t4xjqta6dn

addons/mass_mailing_applicant/__openerp__.py
addons/mass_mailing_applicant/views/hr_applicant.xml [deleted file]
addons/mass_mailing_crm/__openerp__.py
addons/mass_mailing_crm/views/crm_lead.xml [deleted file]

index c56c2bf..14080f6 100644 (file)
@@ -10,9 +10,7 @@
 Bridge module between Mass Mailing and HR Recruitment
     """,
     'website': 'http://www.openerp.com',
-    'data': [
-        'views/hr_applicant.xml',
-    ],
+    'data': [],
     'demo': [],
     'installable': True,
     'auto_install': True,
diff --git a/addons/mass_mailing_applicant/views/hr_applicant.xml b/addons/mass_mailing_applicant/views/hr_applicant.xml
deleted file mode 100644 (file)
index 511743a..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<openerp>
-    <data>
-
-        <!-- Create a Mailing List from Leads -->
-        <act_window name="Create Mailing List"
-            res_model="mail.mass_mailing.list"
-            src_model="hr.applicant"
-            view_mode="form"
-            multi="True"
-            target="current"
-            key2="client_action_multi"
-            id="action_applicant_to_mailing_list"
-            context="{
-'default_mass_mailing_id': context.get('default_mass_mailing_id'),
-'default_model': context.get('default_model', 'hr.applicant'),
-'default_name': context.get('default_name', False)}"/>
-
-    </data>
-</openerp>
index f91fc68..8463d64 100644 (file)
@@ -10,9 +10,7 @@
 Bridge module between Mass Mailing and CRM
     """,
     'website': 'http://www.openerp.com',
-    'data': [
-        'views/crm_lead.xml',
-    ],
+    'data': [],
     'demo': [],
     'installable': True,
     'auto_install': True,
diff --git a/addons/mass_mailing_crm/views/crm_lead.xml b/addons/mass_mailing_crm/views/crm_lead.xml
deleted file mode 100644 (file)
index bd5ec0c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<openerp>
-    <data>
-
-        <!-- Create a Mailing List from Leads -->
-        <act_window name="Create Mailing List"
-            res_model="mail.mass_mailing.list"
-            src_model="crm.lead"
-            view_mode="form"
-            multi="True"
-            target="current"
-            key2="client_action_multi"
-            id="action_lead_to_mailing_list"
-            context="{
-'default_mass_mailing_id': context.get('default_mass_mailing_id'),
-'default_model': context.get('default_model', 'res.partner'),
-'default_name': context.get('default_name', False)}"/>
-
-    </data>
-</openerp>