Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 833 |
Technical Name |
chatter_attachments_manager |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 833 |
Technical Name |
chatter_attachments_manager |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |

Chatter Attachment Manager
This Module helps to enhance the Attachment Management capabilities within Odoo.Can easily Edit, Read, Preview your Documents inside Odoo. Module works in Discuss, Chat and Chatter of any record.

Key Highlights
Support front camera and screen recorder.
User can record, take picture and attach to chatter
Offline Preview
Offline preview is available for Xlsx, Docx, Pdf And Image files from chatter itself
Image Professional Editor support
This app provides a professional image editor, allowing you to edit and enhance images directly within your App
QRcode support (for Secured Server)
QR can be sent to any employee who can download and open the file
Upload Attachments.


You can upload from your device, front
camera, screencast.You
are able to download all attachments and
manage it.
Can upload multiple files at a time.
Attachments can be posted by clicking the
'+' icon in the
chatter.

You can upload file from your device by clicking on 'My device'.

Can select files from device and posted on attachments.

Can upload file from 'Front Cam'.

It will open a window to take picture.Click on 'Capture' to capture the photo or cancel it.

The "Record Screen" button allows you to upload recorded screens.

On click on 'Allow' button, the screen is recorded.

Screen Recorder can be stopped on clicking 'Stop sharing'. Recorder video will be saved there.

All uploaded attachments can be viewed.
Edit Attachments.

Click on 'cog' icon, it will list some items.Click on 'Edit record' to edit the record.

Click on 'Image Editor'.
A professional Image Editor is Provided to alter the image, such as cropping, Resizing, applying a color filter etc.Can load another image and replace existing one.

The selected picture will be shown in the TOAST UI Image Editor window.


Can edit the image by resizing, adding icons, also able to replace the image. Edited image will be saved on saving.


Offline preview of xlsx, docx and pdf files.
Click on 'Preview Offline' to preview the attachments.Offline preview for only 'docx', 'XLSX', 'webm', 'pdf' is available.
-
Support front camera and screen recorder.Upload image to Chatter from these.
-
Offline preview is available for Xlsx, Docx, Pdf And Image files from chatter itself
-
Image Professional Editor support.This app provides a professional image editor, allowing you to edit and enhance images directly within your App.
-
Download all Attachments attached to a record can be downloaded as a Zip file.
-
QRcode support(for secured server): QR can be sent to any employee who can download and open the file.
Initial Commit for Chatter Attachment Manager.
Related Products
Our Services

Odoo Customization

Odoo Implementation

Odoo Support

Hire Odoo Developer

Odoo Integration

Odoo Migration

Odoo Consultancy

Odoo Implementation

Odoo Licensing Consultancy
Our Industries

Trading
Easily procure and sell your products

POS
Easy configuration and convivial experience

Education
A platform for educational management

Manufacturing
Plan, track and schedule your operations

E-commerce & Website
Mobile friendly, awe-inspiring product pages

Service Management
Keep track of services and invoice

Restaurant
Run your bar or restaurant methodically

Hotel Management
An all-inclusive hotel management application
Support
Got questions or need help? Get in touch.
Say hi to us on WhatsApp!
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Please Update it for ODoo 17
Re: Please Update it for ODoo 17
It is version 17
Please update it for Odoo 17
I am using odoo ce17
So i cn run ssh
This APP is not working ERROR on installation
RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/http.py", line 1764, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 133, in retrying
result = func()
File "/usr/lib/python3/dist-packages/odoo/http.py", line 1791, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 1995, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
File "/usr/lib/python3/dist-packages/odoo/addons/website/models/ir_http.py", line 235, in _dispatch
response = super()._dispatch(endpoint)
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 222, in _dispatch
result = endpoint(**request.params)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 741, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 28, in call_button
action = self._call_kw(model, method, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 20, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/api.py", line 468, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/api.py", line 453, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "", line 2, in button_immediate_install
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 75, in check_and_log
return method(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 466, in button_immediate_install
return self._button_immediate_function(self.env.registry[self._name].button_install)
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 590, in _button_immediate_function
registry = modules.registry.Registry.new(self._cr.dbname, update_module=True)
File "", line 2, in new
File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 113, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 480, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 364, in load_marked_modules
loaded, processed = load_module_graph(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 185, in load_module_graph
load_openerp_module(package.name)
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 395, in load_openerp_module
__import__(qualname)
File "/mnt/extra-addons/chatter_attachments_manager/__init__.py", line 22, in
from . import models
File "/mnt/extra-addons/chatter_attachments_manager/models/__init__.py", line 22, in
from . import ir_attachment
File "/mnt/extra-addons/chatter_attachments_manager/models/ir_attachment.py", line 25, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
RPC_ERROR
at makeErrorFromResponse (https://erp.cbatec.com/web/assets/1/66e249d/web.assets_web.min.js:2886:163)
at XMLHttpRequest. (https://erp.cbatec.com/web/assets/1/66e249d/web.assets_web.min.js:2890:13)
Re: This APP is not working ERROR on installation
You can manually install the package by running the command 'pip install pandas'. If you are using an Odoo.sh environment, please refer to the blog below and follow the methods to install a new Python package on the server:
https://www.cybrosys.com/blog/how-to-install-an-external-python-package-on-odoosh