17 lines
457 B
Python
17 lines
457 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Survey Attachment Cleanup',
|
|
'version': '19.0.1.0.0',
|
|
'summary': 'Batch delete survey image attachments',
|
|
'category': 'Tools',
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['base', 'survey', 'website'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'wizard/sh_survey_attachment_cleanup_wizard_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|