All Projects → muk-it → muk_base

muk-it / muk_base

Licence: LGPL-3.0 license
MuK Odoo Base Modules

Projects that are alternatives of or similar to muk base

muk website
MuK Odoo Website Modules
Stars: ✭ 28 (-15.15%)
Mutual labels:  odoo, odoo-modules
odoo backend theme
No description or website provided.
Stars: ✭ 16 (-51.52%)
Mutual labels:  odoo, odoo-modules
generic-addons
Set of generic addons for Odoo
Stars: ✭ 26 (-21.21%)
Mutual labels:  odoo, odoo-modules
addons-onestein
Odoo modules developed by Onestein
Stars: ✭ 58 (+75.76%)
Mutual labels:  odoo, odoo-modules
framework
Solu Framework is a full featured, ORM-backed, isomorphic framework using RPython, Pouch/CouchDB and React.
Stars: ✭ 20 (-39.39%)
Mutual labels:  odoo
odoo
odoo modules and widget since 30/04/2017 will be here. Odoo apps there --->
Stars: ✭ 17 (-48.48%)
Mutual labels:  odoo
odoo-py3o-report-templates
Sample reports (quotation, PO, picking, invoice...) for report_py3o
Stars: ✭ 25 (-24.24%)
Mutual labels:  odoo
mis-builder
Management Information System reports for Odoo: easily build super fast, beautiful, custom reports such as P&L, Balance Sheets and more.
Stars: ✭ 106 (+221.21%)
Mutual labels:  odoo
VscOdooSnippets
Odoo Snippets for Visual Studio Code
Stars: ✭ 29 (-12.12%)
Mutual labels:  odoo
odooku
Run Odoo as a service
Stars: ✭ 52 (+57.58%)
Mutual labels:  odoo
addons-konos
Konos Chilean Addons
Stars: ✭ 16 (-51.52%)
Mutual labels:  odoo
contract
No description or website provided.
Stars: ✭ 130 (+293.94%)
Mutual labels:  odoo
hr-attendance
HR Attendance OCA modules for Odoo
Stars: ✭ 28 (-15.15%)
Mutual labels:  odoo
account-reconcile
Odoo account reconciliation modules (statements, data completion...)
Stars: ✭ 85 (+157.58%)
Mutual labels:  odoo
oxide
Oxide Odoo Distribution
Stars: ✭ 13 (-60.61%)
Mutual labels:  odoo
partner-contact
Odoo Partner and Contact related addons
Stars: ✭ 167 (+406.06%)
Mutual labels:  odoo
speed-admin
A rapid application development framework for Laravel.
Stars: ✭ 31 (-6.06%)
Mutual labels:  odoo
odoo-cypress
Odoo Framework E2E Testing using Cypress
Stars: ✭ 19 (-42.42%)
Mutual labels:  odoo
account-invoice-reporting
Odoo Invoicing reports
Stars: ✭ 51 (+54.55%)
Mutual labels:  odoo
odoo-th
Ready to use Odoo with OCA Thai localization modules
Stars: ✭ 29 (-12.12%)
Mutual labels:  odoo

License: LGPL v3 Nexus Weblate Website

MuK Odoo Base Modules

This set of modules offers mainly utility functions and libraries that are intended to be used in other projects.

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].