Eliminar pyc problemas con migrate find . | grep -E "(pycache|.pyc|.pyo$|migrations)" | xargs rm -rf
--Crear password cifrado: from django.contrib.auth.hashers import make_password hashed_pass = make_password(plain_text_pass)
Hi Trevor, | |
Great job, but do you have any example to use, it is not clear how to create the parameters for function ConvertXMLToArray, pUseValueKey, pForceNumberIndexForNodes. | |
Thanks, | |
Regards, | |
[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 |
Eliminar pyc problemas con migrate find . | grep -E "(pycache|.pyc|.pyo$|migrations)" | xargs rm -rf
--Crear password cifrado: from django.contrib.auth.hashers import make_password hashed_pass = make_password(plain_text_pass)