Skip to content
Snippets Groups Projects
Commit 29d10860 authored by Haresh Shyara's avatar Haresh Shyara Committed by Thibault Delavallée
Browse files

[IMP] project_issue: change description field type into html

Because task has an html file and issue was jealous. And also to have
clickable links.
parent d797829f
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class ProjectIssue(models.Model):
date_deadline = fields.Date(string='Deadline')
partner_id = fields.Many2one('res.partner', string='Contact', index=True)
company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.user.company_id)
description = fields.Text('Private Note')
description = fields.Html('Private Note')
kanban_state = fields.Selection([
('normal', 'Grey'),
('blocked', 'Red'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment