Browse Source

APR 22: [FIX] Bug fixed 'report_attachment_preview'

17.0
Cybrosys Technologies 4 days ago
parent
commit
b820bccc2d
  1. 2
      report_attachment_preview/__manifest__.py
  2. 5
      report_attachment_preview/doc/RELEASE_NOTES.md

2
report_attachment_preview/__manifest__.py

@ -31,7 +31,7 @@
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',
'website': 'https://www.cybrosys.com',
'depends': ['web'],
'depends': ['web','mail'],
'assets': {
'web.assets_backend': [
'report_attachment_preview/static/src/js/report_utils.js',

5
report_attachment_preview/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 17.0.1.0.0
#### ADD
- Initial Commit for Reports and Attachments Preview in Browser
#### 17.04.2025
#### Version 17.0.1.0.0
#### Updated
- Updated the depends in the manifest

Loading…
Cancel
Save