Add sale_crm_usability module
This commit is contained in:
29
sale_crm_usability/__openerp__.py
Normal file
29
sale_crm_usability/__openerp__.py
Normal file
@@ -0,0 +1,29 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2016 Akretion (http://www.akretion.com)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# @author Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
|
||||
{
|
||||
'name': 'Sale CRM Usability',
|
||||
'version': '8.0.1.0.0',
|
||||
'category': 'Customer Relationship Management',
|
||||
'license': 'AGPL-3',
|
||||
'summary': 'Link between opportunities and sale orders',
|
||||
'description': """
|
||||
Sale CRM Usability
|
||||
==================
|
||||
|
||||
This module adds a One2many link from opportunities to sale orders.
|
||||
|
||||
When a sale order linked to an opportunity is confirmed, the opportunity
|
||||
is automatically moved to the *Won* step.
|
||||
|
||||
This module has been written by Alexis de Lattre from Akretion
|
||||
<alexis.delattre@akretion.com>.
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'website': 'http://www.akretion.com',
|
||||
'depends': ['sale_crm'],
|
||||
'data': ['sale_crm_view.xml'],
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user