|
@ -20,25 +20,26 @@ |
|
|
# |
|
|
# |
|
|
############################################################################### |
|
|
############################################################################### |
|
|
{ |
|
|
{ |
|
|
'name': 'CHATTER ATTACHMENTS AS ZIP', |
|
|
"name": "Chatter Attachments as ZIP", |
|
|
'version': '16.0.1.0.0', |
|
|
"version": "16.0.1.0.0", |
|
|
'category': 'Extra Tools', |
|
|
"category": "Extra Tools", |
|
|
'summary': """Download All Chatter Attachments As A Single Zip File.""", |
|
|
"summary": """Download All Chatter Attachments As A Single Zip File.""", |
|
|
'description': """This module helps to download all chatter attachments |
|
|
"description": """This module helps to download all chatter attachments |
|
|
in a single zip file .""", |
|
|
in a single zip file .""", |
|
|
'author': 'Cybrosys Techno Solutions', |
|
|
"author": "Cybrosys Techno Solutions", |
|
|
'company': 'Cybrosys Techno Solutions', |
|
|
"company": "Cybrosys Techno Solutions", |
|
|
'maintainer': 'Cybrosys Techno Solutions', |
|
|
"maintainer": "Cybrosys Techno Solutions", |
|
|
'website': "https://www.cybrosys.com", |
|
|
"website": "https://www.cybrosys.com", |
|
|
'depends': ['mail'], |
|
|
"depends": ["mail"], |
|
|
'assets': {'web.assets_backend': [ |
|
|
"assets": { |
|
|
'chatter_attachments_as_zip/static/src/js/attachment_box_inherit_view.js', |
|
|
"web.assets_backend": [ |
|
|
'chatter_attachments_as_zip/static/src/xml/attachment_box_inherit_view.xml' |
|
|
"chatter_attachments_as_zip/static/src/js/attachment_box_inherit_view.js", |
|
|
|
|
|
"chatter_attachments_as_zip/static/src/xml/attachment_box_inherit_view.xml", |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
'images': ['static/description/banner.jpg'], |
|
|
"images": ["static/description/banner.jpg"], |
|
|
'license': 'AGPL-3', |
|
|
"license": "AGPL-3", |
|
|
'installable': True, |
|
|
"installable": True, |
|
|
'auto_install': False, |
|
|
"auto_install": False, |
|
|
'application': False, |
|
|
"application": False, |
|
|
} |
|
|
} |
|
|