[MIG] timesheet_description: to Odoo 13.0

This commit is contained in:
Jared Kipe
2020-07-03 12:43:26 -07:00
parent af5815a2aa
commit fa2a16782d
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
'name': 'Timesheet Description', 'name': 'Timesheet Description',
'version': '12.0.1.0.0', 'version': '13.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>', 'author': 'Hibou Corp. <hello@hibou.io>',
'website': 'https://hibou.io/', 'website': 'https://hibou.io/',
'license': 'AGPL-3', 'license': 'AGPL-3',

View File

@@ -11,7 +11,6 @@ class AnalyticLine(models.Model):
name_markdown = fields.Html(compute='_compute_name_markdown') name_markdown = fields.Html(compute='_compute_name_markdown')
@api.multi
def _compute_name_markdown(self): def _compute_name_markdown(self):
if not markdown: if not markdown:
for line in self: for line in self: