Browse Source

Nov 22 : [UPDT] Manifest Name Updated 'chatter_attachments_as_zip'

pull/295/head
RisvanaCybro 1 year ago
parent
commit
7815a8570b
  1. 2
      chatter_attachments_as_zip/README.rst
  2. 37
      chatter_attachments_as_zip/__manifest__.py
  3. 2
      chatter_attachments_as_zip/doc/RELEASE_NOTES.md
  4. 4
      chatter_attachments_as_zip/static/description/index.html

2
chatter_attachments_as_zip/README.rst

@ -2,7 +2,7 @@
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3 :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. * Chatter Attachments As Zip module helps to download all attachments as a single zip file.

37
chatter_attachments_as_zip/__manifest__.py

@ -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,
} }

2
chatter_attachments_as_zip/doc/RELEASE_NOTES.md

@ -3,4 +3,4 @@
#### 17.10.2023 #### 17.10.2023
#### Version 16.0.1.0.0 #### Version 16.0.1.0.0
#### ADD #### ADD
- Initial commit for CHATTER ATTACHMENTS AS ZIP - Initial commit for Chatter Attachments as ZIP

4
chatter_attachments_as_zip/static/description/index.html

@ -27,9 +27,9 @@
<div class="col-sm-12 col-md-12 col-lg-12"> <div class="col-sm-12 col-md-12 col-lg-12">
<!-- APP HERO --> <!-- APP HERO -->
<h1 style="color: #FFFFFF; font-weight: bolder; font-size: 50px; text-align: center; margin-top: 50px;"> <h1 style="color: #FFFFFF; font-weight: bolder; font-size: 50px; text-align: center; margin-top: 50px;">
CHATTER ATTACHMENTS AS ZIP</h1> Chatter Attachments as ZIP</h1>
<p style="color:#FFFFFF; padding: 8px 15px; text-align: center; font-size: 24px;"> <p style="color:#FFFFFF; padding: 8px 15px; text-align: center; font-size: 24px;">
Detailed CHATTER ATTACHMENTS AS ZIP View.</p> Download All Chatter Attachments As A Single Zip File.</p>
<!-- END OF APP HERO --> <!-- END OF APP HERO -->
<img src="assets/screenshots/hero.gif" class="img-responsive" <img src="assets/screenshots/hero.gif" class="img-responsive"
style="width: 100%; margin-left: auto; margin-right: auto;"/> style="width: 100%; margin-left: auto; margin-right: auto;"/>

Loading…
Cancel
Save