- Extends the Odoo web client to include bus channels. Channels can be - created to listen to Odoo bus notifications. To add a channel - listener to the client just extend the web client and declare a new - bus channel.
-
-
-var WebClient = require('web.WebClient');
-var session = require('web.session');
-
-WebClient.include({
- show_application: function() {
- var channel = 'mychannel';
- this.bus_declare_channel(channel, this.doSomething);
- return this._super.apply(this, arguments);
- },
- doSomething: function(message) {
- ...
- }
-});
-
-
- Adds a notification channel to - the web client. By sending a message to this channel, a notification - is send to the web client. Messages can either be sent via a wizard - or directly from the python code either via a method in ResUsers or - by an entry in the bus system.
-With the Notification Wizard you - can easily create and send new messages. If no user is selected, the - message is sent globally to all users.
-A message can be either an - information or a warning and the sticky option leaves the message - displayed until a user action.
-Adds a channel called "refresh" - to the web client, which can be used to trigger a view reload - without refreshing the browser itself. Furthermore, it allows the - user the creation of action rules. These rules can be applied to any - model and trigger a refresh either on create, update or unlink.
-- Refresh actions can be created easily inside of Odoo. The view to - create such rules is located under "Settings" "Technical" "Automation" "Automated - Refresh". -
-The module also has support for - the Odoo Chatter Widget. As soon as a new message or activity is - created, a corresponding refresh message is sent.
-- Click to setup a new automated refresh action. -
-This module allows the LargeObject Field to be used in different views. It is -installed automatically with the MuK Large Objects module. It has no direct visible effect on the system, but allows LargeObejct -fields to display in XML views.
-
-
-<record id="view_lobject" model="ir.ui.view">
- <field name="name">lobject.form</field>
- <field name="model">lobject</field>
- <field name="arch" type="xml">
- <form string="LargeObjectModel">
- <group>
- <field name="content_fname" />
- <field name="content" filename="content_fname" />
- </group>
- </form>
- </field>
-</record>
-
-
- Odoo does not natively support the Glyphicons - from Bootstrap although it uses the framework. This module enables - the Bootstrap Glyphicons. The Glyphicons from Font Awesome which are - used by Odoo will still be available.
-MuK Preview enables support to - preview binary files directly in Odoo. It adds a button to the - binary field, which opens a file preview dialog. The preview can be - easily extended by adding new Handlers to the Preview Generator.
-A preview for Open Documents and - PDFs is already included in the MuK Preview module. The following - extensions are supported:
-
- ☑ Portable Document
- Format (.pdf)
☑
- Open Document (.odt, .odp, .ods, .otp)
-
- MuK - Preview MS Office extends the preview to enable support for - Microsoft Office documents. -
-
- ☑ Word (*.doc | *.docx,
- application/msword)
- ☑ Excel (*.xls | *.xlsx, application/msexcel)
☑ PowerPoint (*.ppt | *.pptx,
- application/mspowerpoint)
-
- MuK - Preview Image extends the preview to enable support for a variety - of images types. -
-
- ☑ CIS-Cod-Dateien (*.cod,
- image/cis-cod)
☑
- CMU-Raster-Dateien (*.ras, image/cmu-raster)
☑ FIF-Dateien (*.fif,
- image/fif)
☑
- GIF-Dateien (*.gif, image/gif)
and many more...
-
- MuK - Preview Markdown extends the preview to enable support for - Markdown files. -
-- ☑ Markdown (*.md, - text/markdown) -
-- MuK - Preview Video extends the preview to enable support for video - files. -
-
- ☑ WebM (*.webm,
- video/webm)
☑ Ogg
- Theora Vorbis (*.ogg, video/ogg)
- ☑ MP4 (*.mp4, video/mp4)
-
- MuK - Preview CSV extends the preview to enable support for CSV files. -
-- ☑ CSV (*.csv, text/csv) -
-- MuK - Preview Mail extends the preview to enable support for mails. -
-- ☑ Microsoft Outlook - Express Mail Message (*.eml, message/rfc822) -
-- MuK - Preview Text extends the preview to enable support for a variety - of text file types. -
-- MuK - Preview Audio extends the preview to enable support for audio files. -
-
- ☑ Wav (*.wav, audio/wav)
- ☑ Ogg Theora Vorbis (*.ogg, audio/ogg)
- ☑ MP3 (*.mp3, audio/mpeg)
-
- MuK - Preview Vector extends the preview to enable support for Scalable Vector Graphics. -
-- ☑ Scalable Vector Graphics (*.svg, image/svg+xml) -
-- This file type is currently not supported. By installing further extension via the - Odoo App Store - it is possible to improve the Preview. -
-Filename: | -|
Type: | -|
Extension: | -
Adds a button to the Attachment Sidebar to - preview the content directly in the browser. The module also enables - the possibility to preview attachment in the Odoo Chat Widgets.
-- The extra button in the sidebar triggers the preview dialog. -
-- All Chatter Widgets support the preview dialog. -
-Extendes the Preview Dialog to support audio. - Currently the following audio extensions are supported:
-
- ☑ Wav (*.wav, audio/wav)
- ☑ Ogg Theora Vorbis (*.ogg, audio/ogg)
- ☑ MP3 (*.mp3, audio/mpeg)
-
Extendes the Preview Dialog to support csv - files. Currently the following extensions are supported:
-- ☑ CSV (*.csv, text/csv) -
-Extendes the Preview Dialog to support images. - Currently the following image extensions are supported:
-
- ☑ CIS-Cod-Dateien (*.cod,
- image/cis-cod)
☑
- CMU-Raster-Dateien (*.ras, image/cmu-raster)
☑ FIF-Dateien (*.fif,
- image/fif)
☑
- GIF-Dateien (*.gif, image/gif)
- ☑ IEF-Dateien (*.ief, image/ief)
☑ JPEG-Dateien (*.jpeg *.jpg
- *.jpe, image/jpeg)
- ☑ PNG-Dateien (*.png, image/png)
☑ TIFF-Dateien (*.tiff *.tif,
- image/tiff)
☑
- Vasa-Dateien (*.mcf, image/vasa)
- ☑ Bitmap-Dateien (WAP) (*.wbmp, image/vnd.wap.wbmp)
- ☑ Freehand-Dateien (*.fh4
- *.fh5 *.fhc, image/x-freehand)
- ☑ Icon-Dateien (*.ico, image/x-icon)
☑ PBM Anymap Dateien (*.pnm,
- image/x-portable-anymap)
- ☑ PBM Bitmap Dateien (*.pbm, image/x-portable-bitmap)
- ☑ PBM Graymap Dateien
- (*.pgm, image/x-portable-graymap)
☑ PBM Pixmap Dateien (*.ppm,
- image/x-portable-pixmap)
- ☑ RGB-Dateien (*.rgb, image/x-rgb)
☑ X-Windows Dump (*.xwd,
- image/x-windowdump)
- ☑ XBM-Dateien (*.xbm, image/x-xbitmap)
☑ XPM-Dateien (*.xpm,
- image/x-xpixmap)
-
This module allows the LargeObject Field to be previewed by - the Preview Dialog. It is installed automatically with the MuK - Preview Dialog module. It has no direct visible effect on the - system. It allows LargeObejct fields to be previewed by the Preview - Dialog.
-
-Testing Manuel Lemos' MIME E-mail composing and sending PHP cla= -ss: HTML message- Hello Manuel, Here is an image embedded in a message as a separate part:= --mlemos - |
-
Extendes the Preview Dialog to support mails. - Currently the following mail extensions are supported:
-- ☑ Microsoft Outlook - Express Mail Message (*.eml, message/rfc822) -
-Extendes the Preview Dialog to support - Markdown files. Currently the following Markdown file extensions are - supported:
-- ☑ Markdown (*.md, - text/markdown) -
-Extendes the Preview Dialog to support MS - Office files. Currently the following file extensions are supported:
-
- ☑ Word (*.doc | *.docx, application/msword)
- ☑ Excel (*.xls | *.xlsx, application/msexcel)
- ☑ PowerPoint (*.ppt | *.pptx, application/mspowerpoint)
-