Skip to content

Instantly share code, notes, and snippets.

View nericervin's full-sized avatar

Neri Cervin nericervin

  • Cipolletti, Río Negro, Argentina
View GitHub Profile
@nericervin
nericervin / xml_rpc.py
Created May 19, 2022 13:11 — forked from ilyasProgrammer/xml_rpc.py
Odoo xml rpc example
import xmlrpclib
from datetime import datetime
# url = "http://localhost:8069"
# db = "RAJO"
# username = 'a'
# password = 'a'
url = "https://erp.atlantis-kw.com"
db = "RAJO_TEST"
username = 'api'
@nericervin
nericervin / odoo.conf
Created June 21, 2021 22:40 — forked from sotolucas/odoo.conf
Sample odoo.conf file
[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