From d1d15f51806553fb415d1c5fcefb9e5534f610ae Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Wed, 4 Dec 2019 14:32:20 +0000 Subject: [PATCH] publish muk_attachment_lobject - 13.0 --- muk_attachment_lobject/__manifest__.py | 2 +- muk_attachment_lobject/models/ir_attachment.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/muk_attachment_lobject/__manifest__.py b/muk_attachment_lobject/__manifest__.py index e9d2c69..badfb98 100644 --- a/muk_attachment_lobject/__manifest__.py +++ b/muk_attachment_lobject/__manifest__.py @@ -23,7 +23,7 @@ { "name": "MuK Large Objects Attachment", "summary": """Large Objects Attachment Location""", - "version": "13.0.1.0.0", + "version": "13.0.1.0.1", "category": "Extra Tools", "license": "LGPL-3", "website": "http://www.mukit.at", diff --git a/muk_attachment_lobject/models/ir_attachment.py b/muk_attachment_lobject/models/ir_attachment.py index c954753..74a95fe 100644 --- a/muk_attachment_lobject/models/ir_attachment.py +++ b/muk_attachment_lobject/models/ir_attachment.py @@ -93,6 +93,6 @@ class LObjectIrAttachment(models.Model): "db_datas": False, } return values - return super(LObjectIrAttachment, attach)._get_datas_related_values( + return super(LObjectIrAttachment, self)._get_datas_related_values( data, mimetype )