From fa2a16782d223a2af5267894ebd0ff414e42cb2c Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Fri, 3 Jul 2020 12:43:26 -0700 Subject: [PATCH] [MIG] timesheet_description: to Odoo 13.0 --- timesheet_description/__manifest__.py | 2 +- timesheet_description/models/timesheet.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/timesheet_description/__manifest__.py b/timesheet_description/__manifest__.py index 090b3f75..63724af7 100644 --- a/timesheet_description/__manifest__.py +++ b/timesheet_description/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Description', - 'version': '12.0.1.0.0', + 'version': '13.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3', diff --git a/timesheet_description/models/timesheet.py b/timesheet_description/models/timesheet.py index 30cd3401..30b71e43 100644 --- a/timesheet_description/models/timesheet.py +++ b/timesheet_description/models/timesheet.py @@ -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: