X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fsale_service%2Fmodels%2Fsale_service.py;fp=addons%2Fsale_service%2Fmodels%2Fsale_service.py;h=9a600034110ef51ee0f65afaef68de0e5426fbc1;hb=fcd06145dda957a83e687fd033ff294c407da5f4;hp=1ed7463db4d551666e29153b4f4e1532979b6b55;hpb=d9610efd979c974e540353716f8d0b9ecdb9d952;p=odoo%2Fodoo.git diff --git a/addons/sale_service/models/sale_service.py b/addons/sale_service/models/sale_service.py index 1ed7463..9a60003 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):