diff --git a/call.py b/call.py index 074c7d5..25c69d1 100644 --- a/call.py +++ b/call.py @@ -13,7 +13,7 @@ class Call(ModelSQL, ModelView): __name__ = 'sale.call' date = fields.Date('Date') - description = fields.Char('Description') + description = fields.Text('Description', strip=True) prospect_trace = fields.Many2One('sale.prospect_trace', 'Prospect trace')