You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
3.0 KiB

7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
7 years ago
6 years ago
7 years ago
6 years ago
  1. [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
  2. [![Build Status](https://travis-ci.org/muk-it/muk_web.svg?branch=12.0)](https://travis-ci.org/muk-it/muk_web)
  3. [![codecov](https://codecov.io/gh/muk-it/muk_web/branch/12.0/graph/badge.svg)](https://codecov.io/gh/muk-it/muk_web)
  4. [![Codacy Badge](https://api.codacy.com/project/badge/Grade/eff47569926c435d98a3187623615bc4)](https://www.codacy.com/app/keshrath/muk_web?utm_source=github.com&utm_medium=referral&utm_content=muk-it/muk_web&utm_campaign=Badge_Grade)
  5. [![Demo](https://img.shields.io/badge/demo-Try%20me-243742.svg)](https://mukit.at/r/SgN)
  6. # MuK Odoo Web Modules
  7. This set of modules offers improvments and extensions to the Odoo web client.
  8. ### Installation
  9. To install this module, you need to:
  10. Download the module and add it to your Odoo addons folder. Afterward,
  11. log on to your Odoo server and go to the Apps menu. Trigger the debug
  12. mode and update the list by clicking on the "Update Apps List" link. Now
  13. install the module by clicking on the install button.
  14. Another way to install this module is via the package management for
  15. Python ([PyPI]).
  16. To install our modules using the package manager make sure
  17. [odoo-autodiscover] is installed correctly. Then open a console and
  18. install the module by entering the following command:
  19. `pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>`
  20. The module name consists of the Odoo version and the module name, where
  21. underscores are replaced by a dash.
  22. **Module:**
  23. `odoo<version>-addon-<module_name>`
  24. **Example:**
  25. `sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple odoo11-addon-muk-utils`
  26. Once the installation has been successfully completed, the app is
  27. already in the correct folder. Log on to your Odoo server and go to the
  28. Apps menu. Trigger the debug mode and update the list by clicking on the
  29. "Update Apps List" link. Now install the module by clicking on the
  30. install button.
  31. You can also view available Apps directly in our [repository] and find a
  32. more detailed installation guide on our [website].
  33. ### Upgrade
  34. To upgrade this module, you need to:
  35. Download the module and add it to your Odoo addons folder. Restart the
  36. server and log on to your Odoo server. Select the Apps menu and upgrade
  37. the module by clicking on the upgrade button.
  38. If you installed the module using the "pip" command, you can also update
  39. the module in the same way. Just type the following command into the
  40. console:
  41. `pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>`
  42. When the process is finished, restart your server and update the
  43. application in Odoo, just like you would normally.
  44. [PyPI]: https://pypi.org/project/pip/
  45. [odoo-autodiscover]: https://pypi.org/project/odoo-autodiscover/
  46. [repository]: https://nexus.mukit.at/#browse/browse:odoo
  47. [website]: https://mukit.at/page/open-source
  48. [MuK IT]: https://www.mukit.at/