Prospect modules (different approch than the OCA module partner_prospect in sale-workflow)
This commit is contained in:
29
crm_partner_prospect/__manifest__.py
Normal file
29
crm_partner_prospect/__manifest__.py
Normal file
@@ -0,0 +1,29 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2017 Akretion (http://www.akretion.com)
|
||||
# @author Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'CRM Partner Prospect',
|
||||
'version': '10.0.1.0.0',
|
||||
'category': 'Sales',
|
||||
'license': 'AGPL-3',
|
||||
'summary': "Glue module between base_partner_prospect and crm modules",
|
||||
'description': """
|
||||
CRM Partner Prospect
|
||||
=====================
|
||||
|
||||
This is a glue module between *base_partner_prospect* and *crm* modules.
|
||||
|
||||
This module has been written by Alexis de Lattre from Akretion
|
||||
<alexis.delattre@akretion.com>.
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'website': 'http://www.akretion.com',
|
||||
'depends': ['crm', 'base_partner_prospect'],
|
||||
'data': [
|
||||
'crm_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
}
|
||||
Reference in New Issue
Block a user