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.

64 lines
2.6 KiB

  1. [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
  2. [![PyPI](https://img.shields.io/badge/Weblate-Install%20me-5d8da8.svg)](https://nexus.mukit.at/#browse/browse:odoo)
  3. [![Weblate](https://img.shields.io/badge/Weblate-Translate%20me-0094E9.svg)](https://weblate.mukit.at)
  4. [![Website](https://img.shields.io/badge/Website-Open%20me-243742.svg)](https://mukit.at/)
  5. # MuK Odoo Base Modules
  6. This set of modules offers mainly utility functions and libraries that are intended to be used in other projects.
  7. ### Installation
  8. To install this module, you need to:
  9. Download the module and add it to your Odoo addons folder. Afterward,
  10. log on to your Odoo server and go to the Apps menu. Trigger the debug
  11. mode and update the list by clicking on the "Update Apps List" link. Now
  12. install the module by clicking on the install button.
  13. Another way to install this module is via the package management for
  14. Python ([PyPI]). Then open a console and
  15. install the module by entering the following command:
  16. `pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>`
  17. The module name consists of the Odoo version and the module name, where
  18. underscores are replaced by a dash.
  19. **Module:**
  20. `odoo<version>-addon-<module_name>`
  21. **Example:**
  22. `sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple odoo13-addon-muk-utils`
  23. Once the installation has been successfully completed, the app is
  24. already in the correct folder. Log on to your Odoo server and go to the
  25. Apps menu. Trigger the debug mode and update the list by clicking on the
  26. "Update Apps List" link. Now install the module by clicking on the
  27. install button.
  28. You can also view available Apps directly in our [repository] and find a
  29. more detailed installation guide on our [website].
  30. ### Upgrade
  31. To upgrade this module, you need to:
  32. Download the module and add it to your Odoo addons folder. Restart the
  33. server and log on to your Odoo server. Select the Apps menu and upgrade
  34. the module by clicking on the upgrade button.
  35. If you installed the module using the "pip" command, you can also update
  36. the module in the same way. Just type the following command into the
  37. console:
  38. `pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>`
  39. When the process is finished, restart your server and update the
  40. application in Odoo, just like you would normally.
  41. [PyPI]: https://pypi.org/user/mukit/
  42. [repository]: https://nexus.mukit.at/#browse/browse:odoo
  43. [website]: https://mukit.at/page/open-source