[FIX] sale_service: typo in string Thick -> Tick

This commit is contained in:
Martin Trigaux 2014-11-26 12:07:33 +01:00
parent 8a4745f78c
commit 342ec1083e
1 changed files with 1 additions and 1 deletions

View File

@ -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):