Browse Source

publish muk_attachment_lobject - 12.0

pull/30/head
MuK IT GmbH 5 years ago
parent
commit
6a8611d023
  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",
"summary": """Large Objects Attachment Location""",
"version": '12.0.3.0.1',
"version": '12.0.3.0.2',
"category": 'Extra Tools',
"license": "LGPL-3",
"website": "http://www.mukit.at",

2
muk_attachment_lobject/models/ir_attachment.py

@ -77,7 +77,7 @@ class LObjectIrAttachment(models.Model):
'&', storage_domain[self._storage()],
'|', ('res_field', '=', False), ('res_field', '!=', False)
]
self.search(record_domain).migrate()
self.search(record_domain).migrate(batch_size=100)
return True
#----------------------------------------------------------

Loading…
Cancel
Save