summaryrefslogtreecommitdiff
path: root/addons/crm_iap_lead/static/src/xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/crm_iap_lead/static/src/xml')
-rw-r--r--addons/crm_iap_lead/static/src/xml/leads_tree_generate_leads_views.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/addons/crm_iap_lead/static/src/xml/leads_tree_generate_leads_views.xml b/addons/crm_iap_lead/static/src/xml/leads_tree_generate_leads_views.xml
new file mode 100644
index 00000000..8254fb7f
--- /dev/null
+++ b/addons/crm_iap_lead/static/src/xml/leads_tree_generate_leads_views.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<templates>
+ <t t-name="LeadMiningRequest.generate_leads_button">
+ <button type="button" class="btn btn-secondary o_button_generate_leads">
+ Generate Leads
+ </button>
+ </t>
+
+ <t t-extend="ListView.buttons" t-name="LeadMiningRequestListView.buttons">
+ <t t-jquery="button.o_list_button_add" t-operation="after">
+ <t t-call="LeadMiningRequest.generate_leads_button"/>
+ </t>
+ </t>
+
+ <t t-extend="KanbanView.buttons" t-name="LeadMiningRequestKanbanView.buttons">
+ <t t-jquery="button" t-operation="after">
+ <t t-call="LeadMiningRequest.generate_leads_button"/>
+ </t>
+ </t>
+</templates>