[MERGE] OPW 383606: stock: partial picking wizard: fix an rounding issue on exceeding...
[odoo/odoo.git] / addons / sale_crm / __openerp__.py
index 4b8baa1..87f2cb7 100644 (file)
 #
 ##############################################################################
 
-
 {
-    'name': 'Creates Sale orders from Opportunity',
+    'name': 'Creates Sales order from Opportunity',
     'version': '1.0',
     'category': 'Generic Modules/Sales & Purchases',
     'description': """
 This module adds a shortcut on one or several opportunity cases in the CRM.
-This shortcut allows you to generate a sale order based on the selected case.
+This shortcut allows you to generate a sales order based on the selected case.
 If different cases are open (a list), it generates one sale order by
 case.
-The case is then closed and linked to the generated sale order.
+The case is then closed and linked to the generated sales order.
 
 We suggest you to install this module if you installed both the sale and the
 crm modules.
@@ -43,8 +42,10 @@ crm modules.
                    'board_sale_crm_view.xml',
                    'process/sale_crm_process.xml',
                    'security/sale_crm_security.xml',
+                   'security/ir.model.access.csv'
                    ],
     'demo_xml': [],
+    'test': ['test/sale_crm.yml'],
     'installable': True,
     'active': False,
     'certificate': '0064360130141',