From 342ec1083e623f2034bc2b2454d9356f9b0c141e Mon Sep 17 00:00:00 2001
From: Martin Trigaux <mat@odoo.com>
Date: Wed, 26 Nov 2014 12:07:33 +0100
Subject: [PATCH] [FIX] sale_service: typo in string Thick -> Tick

---
 addons/sale_service/models/sale_service.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/addons/sale_service/models/sale_service.py b/addons/sale_service/models/sale_service.py
index 1ed7463db4d5..9a600034110e 100644
--- a/addons/sale_service/models/sale_service.py
+++ b/addons/sale_service/models/sale_service.py
@@ -142,7 +142,7 @@ class product_template(osv.osv):
     _inherit = "product.template"
     _columns = {
         'project_id': fields.many2one('project.project', 'Project', ondelete='set null',),
-        'auto_create_task': fields.boolean('Create Task Automatically', help="Thick this option if you want to create a task automatically each time this product is sold"),
+        'auto_create_task': fields.boolean('Create Task Automatically', help="Tick this option if you want to create a task automatically each time this product is sold"),
     }
 
 class product_product(osv.osv):
-- 
GitLab