Skip to content

Instantly share code, notes, and snippets.

@backamblock
backamblock / odoo-enterprise-install-custom.sh
Created March 22, 2025 22:46 — 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:
@backamblock
backamblock / odoo.enterprise.license.issue.py
Created March 22, 2025 22:27 — forked from anhvutuan/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.
# add to host file
# 127.0.0.1 odoo.com
# 127.0.0.1 ipa.odoo.com
# 127.0.0.1 *.odoo.com
#
# run in odoo/tools
import datetime
@backamblock
backamblock / odoo.enterprise.license.issue.py
Created March 22, 2025 22:20 — 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