From a0d533418d979da028e89b31b06fc26142fba224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esther=20Mart=C3=ADn?= Date: Mon, 1 Aug 2016 11:24:39 +0200 Subject: [PATCH] [IMP] crm_lead_marketing_info: make it compatible with marketing_crm --- crm_lead_marketing_info/README.rst | 6 ++++ crm_lead_marketing_info/__init__.py | 5 ++- crm_lead_marketing_info/__openerp__.py | 29 ++++------------- .../views/crm_lead_view.xml | 32 ------------------- 4 files changed, 14 insertions(+), 58 deletions(-) diff --git a/crm_lead_marketing_info/README.rst b/crm_lead_marketing_info/README.rst index 59a31d3..8680b67 100644 --- a/crm_lead_marketing_info/README.rst +++ b/crm_lead_marketing_info/README.rst @@ -1,3 +1,8 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +======================= CRM lead marketing info ======================= @@ -14,3 +19,4 @@ Contributors * Pedro M. Baeza * Alfredo de la Fuente +* Esther Martín diff --git a/crm_lead_marketing_info/__init__.py b/crm_lead_marketing_info/__init__.py index c7d0eab..80ffabb 100644 --- a/crm_lead_marketing_info/__init__.py +++ b/crm_lead_marketing_info/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -############################################################################## -# For copyright and license notices, see __openerp__.py file in root directory -############################################################################## +# (c) 2016 Alfredo de la Fuente - AvanzOSC +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html diff --git a/crm_lead_marketing_info/__openerp__.py b/crm_lead_marketing_info/__openerp__.py index 7985a2c..b4ab8c6 100644 --- a/crm_lead_marketing_info/__openerp__.py +++ b/crm_lead_marketing_info/__openerp__.py @@ -1,34 +1,17 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Copyright (c) -# 2015 Serv. Tec. Avanzados - Pedro M. Baeza (http://www.serviciosbaeza.com) -# 2015 AvanzOsc (http://www.avanzosc.es) -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published -# by the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# -*- coding: utf-8 -*- +# (c) 2016 Alfredo de la Fuente - AvanzOSC +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html + { "name": "CRM Lead Marketing Info", - "version": "1.0", + "version": "8.0.1.0.0", "author": "OdooMRP team," "AvanzOSC," "Serv. Tecnol. Avanzados - Pedro M. Baeza", "website": "http://www.odoomrp.com", "category": "Customer Relationship Management", "depends": [ - "crm", + "marketing_crm", ], "data": [ "views/crm_lead_view.xml", diff --git a/crm_lead_marketing_info/views/crm_lead_view.xml b/crm_lead_marketing_info/views/crm_lead_view.xml index 9306e81..670a29b 100644 --- a/crm_lead_marketing_info/views/crm_lead_view.xml +++ b/crm_lead_marketing_info/views/crm_lead_view.xml @@ -1,22 +1,6 @@ - - crm.case.form.view.leads.inh.marketinginfo - crm.lead - - - - - - - - - - - - - crm.case.tree.view.leads.inh.marketinginfo crm.lead @@ -45,22 +29,6 @@ - - crm.case.form.view.oppor.inh.marketinginfo - crm.lead - - - - - - - - - - - - - crm.case.tree.view.oppor.inh.marketinginfo crm.lead