Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Extra Tools
  3. MuK Preview MS Office v 11.0
  4. Sales Conditions FAQ

MuK Preview MS Office

by MuK IT http://www.mukit.at
Odoo 5
In-App Purchases
v 8.0 v 10.0 v 11.0 v 12.0 Third Party 5937
Download for v 11.0 Deploy on Odoo.sh Live Preview
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Community Apps Dependencies Show
• MuK Converter
• MuK Preview
• MuK Utils
• MuK Autovacuum
• MuK Large Objects
• MuK Web Utils
Lines of code 3187
Technical Name muk_web_preview_msoffice
LicenseLGPL-3
Websitehttp://www.mukit.at
Versions 8.0 10.0 11.0 12.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Community Apps Dependencies Show
• MuK Converter
• MuK Preview
• MuK Utils
• MuK Autovacuum
• MuK Large Objects
• MuK Web Utils
Lines of code 3187
Technical Name muk_web_preview_msoffice
LicenseLGPL-3
Websitehttp://www.mukit.at
Versions 8.0 10.0 11.0 12.0
  • Description
  • Documentation

Preview MS Office

Preview your MS Office files directly in Odoo.

MuK IT GmbH - www.mukit.at

Overview

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)

Demo

User:
apps
Password:
demo
Live Preview

Help and Support

Feel free to contact us, if you need any help with your Odoo integration or addiontal features.
Email Contact Support

MuK Preview MS Office

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)

Installation

To install this module, you need to:

Download the module and add it to your Odoo addons folder. Afterward, log on to your Odoo server and go to the Apps menu. Trigger the debug mode and update the list by clicking on the "Update Apps List" link. Now install the module by clicking on the install button.

Another way to install this module is via the package management for Python (PyPI).

To install our modules using the package manager make sure odoo-autodiscover is installed correctly. Then open a console and install the module by entering the following command:

pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>

The module name consists of the Odoo version and the module name, where underscores are replaced by a dash.

Module:

odoo<version>-addon-<module_name>

Example:

sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple odoo11-addon-muk-utils

Once the installation has been successfully completed, the app is already in the correct folder. Log on to your Odoo server and go to the Apps menu. Trigger the debug mode and update the list by clicking on the "Update Apps List" link. Now install the module by clicking on the install button.

The biggest advantage of this variant is that you can now also update the app using the "pip" command. To do this, enter the following command in your console:

pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>

When the process is finished, restart your server and update the application in Odoo. The steps are the same as for the installation only the button has changed from "Install" to "Upgrade".

You can also view available Apps directly in our repository and find a more detailed installation guide on our website.

For modules licensed under OPL-1, you will receive access data when you purchase the module. If the modules were not purchased directly from MuK IT please contact our support (support@mukit.at) with a confirmation of purchase to receive the corresponding access data.

Upgrade

To upgrade this module, you need to:

Download the module and add it to your Odoo addons folder. Restart the server and log on to your Odoo server. Select the Apps menu and upgrade the module by clicking on the upgrade button.

If you installed the module using the "pip" command, you can also update the module in the same way. Just type the following command into the console:

pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>

When the process is finished, restart your server and update the application in Odoo, just like you would normally.

Configuration

No additional configuration is needed to use this module.

Usage

Go to a binary that contains a office document and open the preview dialog to view the preview.

Credits

Contributors

  • Mathias Markl <mathias.markl@mukit.at>

Author & Maintainer

This module is maintained by the MuK IT GmbH.

MuK IT is an Austrian company specialized in customizing and extending Odoo. We develop custom solutions for your individual needs to help you focus on your strength and expertise to grow your business.

If you want to get in touch please contact us via mail (sale@mukit.at) or visit our website (https://mukit.at).

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
  • Ratings
  • Discuss
Excel and PDF documents cannot be previewed in your demo environment
by
Bob Maes
on 11/14/19, 3:49 AM

Hello I tried previewing some Excel documents and PDF’s in your demo environment through the Documents APP and the only result was an error message... Kr Bob


To "Install" and Set Path for Windows (unoconv)
by
Cesar Mancio
on 2/7/19, 10:07 PM

To "Install" and Set Path for Windows (unoconv) 1. Add System Variable to Environmental Variable - Name: unoconv Variable Path: C:\unoconv 2. Download the latest version of the unoconv script from https://github.com/dagwieers/unoconv/releases 3. From the downloaded zip file - extract the one file "unoconv" (no file extension). This is the unoconv script - none of the other files in the package are required. 4. Rename the downloaded script to unoconv.py and copy it to a folder C:\unoconv 5. Try and install the module. If it doesn't work, restart Odoo and try to reinstall


Word documents and powerpoint documents not display.
by
Ketan Chauhan
on 8/25/18, 1:36 AM

I have installed this module and I getting an error while I try to preview word documents. Error: unoconv: Cannot find a suitable pyuno library and python binary combination in /usr/lib/libreoffice ERROR: No module named uno unoconv: Cannot find a suitable office installation on your system. ERROR: Please locate your office installation and send your feedback to: http://github.com/dagwieers/unoconv/issues


Problem in Preview For Word and Power Point Files
by
ooodooo.1975@gmail.com
on 2/8/18, 5:08 PM

All of the files can be previewed successfully except for the MS word and MS Power Point documents. The following error is show up: PDF.js v1.7.225 (build: 17d135f) Message: Unexpected server response (415) while retrieving PDF "http://localhost:8069/web/preview/converter/msoffice?url=%2Fweb%2Fcontent%3Fmodel%3Dmuk_dms.file%26filename%3DDocument_02.doc%26filename_field%3Dname%26field%3Dcontent%26id%3D30%26download%3Dtrue".


Good
by
Thang Duong Bao
on 12/14/17, 11:42 PM

FYI, to install this module you need install 2 dependencies as below: pip install cachetools pip install pdfconv restart Odoo then try again. Note, if using python virtualenv, and dependencies still missing, you should create new python env.


pdfconv
by
LINA GUTIERREZ
on 11/9/19, 6:50 PM

git clone https://github.com/keshrath/pdfconv cd pdfconv python3 setup.py install


How can I install unoconv with windows setup of odoo 11
by
Harshul Patel
on 1/8/19, 2:17 AM

Hi There! Can anyone guide me how can I install unoconv with windows setup of odoo 11 Thanks!


@ooodooo
by
Mathias Markl
on 3/31/18, 6:03 PM Author

Please report your issue to https://github.com/muk-it/muk_web Thanks :)


by
Mathias Markl
on 12/28/17, 2:38 AM Author

Hello Arzamas, I would need a bit more informationen about your setup (windwos, linux), error logs and so on. -> https://github.com/muk-it/muk_web/issues Reagards Mathias


Haven't any problems with installing, but still can't preview documents
by
Arzamas
on 12/27/17, 2:38 AM

Hi. I have installed module, installed dependencies and restarted odoo. Then installed module from apps. But nothing changed, I still can not view documents. Waiting for your answer) kopeyev07@gmail.com


need help to make it work
by
Drees Far
on 12/12/17, 1:12 PM

I have installed pdfconv with pip install pdfconv Still I get the error: PDF.js v1.7.225 (build: 17d135f) Message: Unexpected server response (415) while retrieving PDF "http://185.69.234.52:8009/web/preview/converter/msoffice?url=http%3A%2F%2F185.69.234.52%3A8009%2Fweb%2Fcontent%3Fmodel%3Dmuk_dms.file%26filename%3DCloud%2Bservice%2Bprovider.docx%26filename_field%3Dname%26field%3Dcontent%26id%3D2%26download%3Dtrue".


dependency is not met: No module named cachetools
by
David Gouthière
on 12/1/17, 1:04 PM

Hi, this module should complete other modules of the same family, but I get this message when installing thi ms-office preview module : Unable to install module "muk_web_preview_msoffice" because an external dependency is not met: No module named cachetools Thx for some feed-back


pdfconv problem
by
Roland Verhaar
on 11/3/17, 10:45 AM

I have installed pdfconv with pip install pdfconv Still I get the error: PDF.js v1.7.225 (build: 17d135f) Message: Unexpected server response (415) while retrieving PDF "http://185.69.234.52:8009/web/preview/converter/msoffice?url=http%3A%2F%2F185.69.234.52%3A8009%2Fweb%2Fcontent%3Fmodel%3Dmuk_dms.file%26filename%3DCloud%2Bservice%2Bprovider.docx%26filename_field%3Dname%26field%3Dcontent%26id%3D2%26download%3Dtrue".


For the v10
by
Érik merlhe
on 11/2/17, 8:49 AM

We've got a problem with MuK Preview MS Office : Unexpected server response (415). This error is possibly because of "pdfconv". Do we need some extra module for it to work ?


No module named cachetools
by
liuzhiguo
on 10/28/17, 8:28 PM

Unable to install module "muk_web_preview_msoffice" because an external dependency is not met: No module named cachetools


Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with