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. 39
      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
: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.

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

2
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

4
chatter_attachments_as_zip/static/description/index.html

@ -27,9 +27,9 @@
<div class="col-sm-12 col-md-12 col-lg-12">
<!-- APP HERO -->
<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;">
Detailed CHATTER ATTACHMENTS AS ZIP View.</p>
Download All Chatter Attachments As A Single Zip File.</p>
<!-- END OF APP HERO -->
<img src="assets/screenshots/hero.gif" class="img-responsive"
style="width: 100%; margin-left: auto; margin-right: auto;"/>

Loading…
Cancel
Save