mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] timesheet_description: to Odoo 13.0
This commit is contained in:
@@ -11,7 +11,6 @@ class AnalyticLine(models.Model):
|
||||
|
||||
name_markdown = fields.Html(compute='_compute_name_markdown')
|
||||
|
||||
@api.multi
|
||||
def _compute_name_markdown(self):
|
||||
if not markdown:
|
||||
for line in self:
|
||||
|
||||
Reference in New Issue
Block a user