Skip to content

Instantly share code, notes, and snippets.

View kolazsys's full-sized avatar

kolazsys

  • Bangladesh
View GitHub Profile
@kolazsys
kolazsys / odoo-enterprise-install-custom.sh
Created February 1, 2025 14:44 — forked from tejastank/odoo-enterprise-install-custom.sh
Once install community odoo 16, then you can run this to install enterprise edition
#!/bin/bash
################################################################################
# Author: Tejaskumar Tank
#-------------------------------------------------------------------------------
# This script will install Odoo on your Ubuntu server. It can install multiple Odoo instances
# in one Ubuntu because of the different xmlrpc_ports
#-------------------------------------------------------------------------------
# Make a new file:
# sudo nano odoo-install.sh
# Place this content in it and then make the file executable:
@kolazsys
kolazsys / odoo.enterprise.license.issue.py
Created February 1, 2025 14:41 — forked from tejastank/odoo.enterprise.license.issue.py
Fix ODOO License, due to ODOO support failed temporary quick fix
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import datetime
import logging
import requests
import werkzeug.urls
from ast import literal_eval