Browse Source

publish muk_attachment_lobject - 13.0

pull/31/head
MuK IT GmbH 5 years ago
parent
commit
d1d15f5180
  1. 2
      muk_attachment_lobject/__manifest__.py
  2. 2
      muk_attachment_lobject/models/ir_attachment.py

2
muk_attachment_lobject/__manifest__.py

@ -23,7 +23,7 @@
{ {
"name": "MuK Large Objects Attachment", "name": "MuK Large Objects Attachment",
"summary": """Large Objects Attachment Location""", "summary": """Large Objects Attachment Location""",
"version": "13.0.1.0.0",
"version": "13.0.1.0.1",
"category": "Extra Tools", "category": "Extra Tools",
"license": "LGPL-3", "license": "LGPL-3",
"website": "http://www.mukit.at", "website": "http://www.mukit.at",

2
muk_attachment_lobject/models/ir_attachment.py

@ -93,6 +93,6 @@ class LObjectIrAttachment(models.Model):
"db_datas": False, "db_datas": False,
} }
return values return values
return super(LObjectIrAttachment, attach)._get_datas_related_values(
return super(LObjectIrAttachment, self)._get_datas_related_values(
data, mimetype data, mimetype
) )
Loading…
Cancel
Save