diff --git a/chatter_attachments_as_zip/README.rst b/chatter_attachments_as_zip/README.rst index 49e67cea3..ea44d5c29 100644 --- a/chatter_attachments_as_zip/README.rst +++ b/chatter_attachments_as_zip/README.rst @@ -2,7 +2,7 @@ :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -CHATTER ATTACHMENTS AS ZIP +Chatter Attachments as ZIP ========================== * Chatter Attachments As Zip module helps to download all attachments as a single zip file. diff --git a/chatter_attachments_as_zip/__manifest__.py b/chatter_attachments_as_zip/__manifest__.py index 0896935ef..28b1fbe8d 100644 --- a/chatter_attachments_as_zip/__manifest__.py +++ b/chatter_attachments_as_zip/__manifest__.py @@ -20,25 +20,26 @@ # ############################################################################### { - 'name': 'CHATTER ATTACHMENTS AS ZIP', - 'version': '16.0.1.0.0', - 'category': 'Extra Tools', - 'summary': """Download All Chatter Attachments As A Single Zip File.""", - 'description': """This module helps to download all chatter attachments + "name": "Chatter Attachments as ZIP", + "version": "16.0.1.0.0", + "category": "Extra Tools", + "summary": """Download All Chatter Attachments As A Single Zip File.""", + "description": """This module helps to download all chatter attachments in a single zip file .""", - 'author': 'Cybrosys Techno Solutions', - 'company': 'Cybrosys Techno Solutions', - 'maintainer': 'Cybrosys Techno Solutions', - 'website': "https://www.cybrosys.com", - 'depends': ['mail'], - 'assets': {'web.assets_backend': [ - 'chatter_attachments_as_zip/static/src/js/attachment_box_inherit_view.js', - 'chatter_attachments_as_zip/static/src/xml/attachment_box_inherit_view.xml' - ] + "author": "Cybrosys Techno Solutions", + "company": "Cybrosys Techno Solutions", + "maintainer": "Cybrosys Techno Solutions", + "website": "https://www.cybrosys.com", + "depends": ["mail"], + "assets": { + "web.assets_backend": [ + "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'], - 'license': 'AGPL-3', - 'installable': True, - 'auto_install': False, - 'application': False, + "images": ["static/description/banner.jpg"], + "license": "AGPL-3", + "installable": True, + "auto_install": False, + "application": False, } diff --git a/chatter_attachments_as_zip/doc/RELEASE_NOTES.md b/chatter_attachments_as_zip/doc/RELEASE_NOTES.md index fe702d429..3bd1028d6 100644 --- a/chatter_attachments_as_zip/doc/RELEASE_NOTES.md +++ b/chatter_attachments_as_zip/doc/RELEASE_NOTES.md @@ -3,4 +3,4 @@ #### 17.10.2023 #### Version 16.0.1.0.0 #### ADD -- Initial commit for CHATTER ATTACHMENTS AS ZIP +- Initial commit for Chatter Attachments as ZIP diff --git a/chatter_attachments_as_zip/static/description/index.html b/chatter_attachments_as_zip/static/description/index.html index 8f6327022..b48d92f97 100644 --- a/chatter_attachments_as_zip/static/description/index.html +++ b/chatter_attachments_as_zip/static/description/index.html @@ -27,9 +27,9 @@
- Detailed CHATTER ATTACHMENTS AS ZIP View.
+ Download All Chatter Attachments As A Single Zip File.