- Notifications
You must be signed in to change notification settings - Fork50
muk-it/muk_misc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Set of various modules that have not been classified into a specific group.
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 debugmode and update the list by clicking on the "Update Apps List" link. Nowinstall the module by clicking on the install button.
Another way to install this module is via the package management forPython (PyPI).
To install our modules using the package manager make sureodoo-autodiscover is installed correctly. Then open a console andinstall 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, whereunderscores 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 isalready in the correct folder. Log on to your Odoo server and go to theApps menu. Trigger the debug mode and update the list by clicking on the"Update Apps List" link. Now install the module by clicking on theinstall button.
You can also view available Apps directly in ourrepository and find amore detailed installation guide on ourwebsite.
To upgrade this module, you need to:
Download the module and add it to your Odoo addons folder. Restart theserver and log on to your Odoo server. Select the Apps menu and upgradethe module by clicking on the upgrade button.
If you installed the module using the "pip" command, you can also updatethe module in the same way. Just type the following command into theconsole:
pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>
When the process is finished, restart your server and update theapplication in Odoo, just like you would normally.