All Projects → muk-it → muk_website

muk-it / muk_website

Licence: LGPL-3.0 License
MuK Odoo Website Modules

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to muk website

generic-addons
Set of generic addons for Odoo
Stars: ✭ 26 (-7.14%)
Mutual labels:  odoo, odoo-modules
addons-onestein
Odoo modules developed by Onestein
Stars: ✭ 58 (+107.14%)
Mutual labels:  odoo, odoo-modules
muk base
MuK Odoo Base Modules
Stars: ✭ 33 (+17.86%)
Mutual labels:  odoo, odoo-modules
odoo backend theme
No description or website provided.
Stars: ✭ 16 (-42.86%)
Mutual labels:  odoo, odoo-modules
odoo asterisk
Odoo based Asterisk IP-PBX
Stars: ✭ 38 (+35.71%)
Mutual labels:  odoo
angular-odoo
Call Odoo webservices from AngularJS
Stars: ✭ 41 (+46.43%)
Mutual labels:  odoo
VscOdooSnippets
Odoo Snippets for Visual Studio Code
Stars: ✭ 29 (+3.57%)
Mutual labels:  odoo
oxide
Oxide Odoo Distribution
Stars: ✭ 13 (-53.57%)
Mutual labels:  odoo
pycharm-odoo-old
Odoo plugin for PyCharm
Stars: ✭ 57 (+103.57%)
Mutual labels:  odoo
awesome-ecommerce
Collect and develop Open Source or Free Projects for building ecommerce platform easy and fast and free
Stars: ✭ 39 (+39.29%)
Mutual labels:  odoo
extra-addons
Odoo addons
Stars: ✭ 14 (-50%)
Mutual labels:  odoo
vscode-odoo-snippets
Develop Odoo modules faster and with no Typing Errors.
Stars: ✭ 20 (-28.57%)
Mutual labels:  odoo
odoo-development-environment-tutorial
建立 odoo 開發環境 ( source code )
Stars: ✭ 25 (-10.71%)
Mutual labels:  odoo
odoo-k8s
Odoo on Kubernetes demo application. (with minikube and standalone)
Stars: ✭ 40 (+42.86%)
Mutual labels:  odoo
actpy
Python framework for business applications contains ERP , CRM , HRM , MRP , POS and many more
Stars: ✭ 30 (+7.14%)
Mutual labels:  odoo
odoo-11.0-windows-installation
Install odoo-11.0 from source on Windows
Stars: ✭ 34 (+21.43%)
Mutual labels:  odoo
openeobs
An e-observations and ward management tool for Acute and Mental Health hospitals.
Stars: ✭ 24 (-14.29%)
Mutual labels:  odoo-modules
payment alipay
odoo alipay module
Stars: ✭ 27 (-3.57%)
Mutual labels:  odoo
docky
Docky - Helper for docker-compose mainly used in odoo context
Stars: ✭ 46 (+64.29%)
Mutual labels:  odoo
gnome-pomodoro-tracking
Connect your Pomodoros to popular time tracking services (@odoo, @clockify, @toggl).
Stars: ✭ 16 (-42.86%)
Mutual labels:  odoo

License: LGPL v3 Nexus Weblate Website

MuK Odoo Website Modules

This set of modules offers extension for the website builder.

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). 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 odoo13-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.

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].