From 72116a73742a0af559713a6b66c0c4091e1ddf2d Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 4 Dec 2017 16:11:11 +0100 Subject: [PATCH] Port sale_crm_usability from v8 to v10 --- sale_crm_usability/__manifest__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sale_crm_usability/__manifest__.py b/sale_crm_usability/__manifest__.py index 46c5c1f..1bac2bc 100644 --- a/sale_crm_usability/__manifest__.py +++ b/sale_crm_usability/__manifest__.py @@ -8,13 +8,11 @@ 'version': '10.0.1.0.0', 'category': 'Customer Relationship Management', 'license': 'AGPL-3', - 'summary': 'Link between opportunities and sale orders', + 'summary': 'Interactions 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.