Skip to content

Instantly share code, notes, and snippets.

View cikupamart's full-sized avatar
😍
Ngantuk

SENJATechno cikupamart

😍
Ngantuk
View GitHub Profile
[options]
#
# WARNING:
# If you use the Odoo Database utility to change the master password be aware
# that the formatting of this file WILL be LOST! A copy of this file named
# /etc/odoo/openerp-server.conf.template has been made in case this happens
# Note that the copy does not have any first boot changes
#-----------------------------------------------------------------------------
# Odoo Server Config File - TurnKey Linux
@ruiztulio
ruiztulio / migrate_attc.py
Created November 27, 2015 17:14
Simple script for migrating Odoo attachements from database to FS
# -*- encoding: utf-8 -*-
import time
import base64
import xmlrpclib
import codecs
import os
import sys
import hashlib
######## Inicio de los parametros configurables ############