I'm getting error in runbot odoo ,
here is the log.
I have installed runbot odoo in odoo version 9, runbot odoo module at
github in branch master
and following runbot installation this procedure.
I've got repository at git#github:odoo/odoo. After testing all, there is red thumb. Do I need to configure it or anything else to get green thumb?
Use pip install psycogreen and start again
Related
Web.asstes_backend error when trying to install the accounting kit for Odoo 15 community version
I'm trying to install Phalcon on my RHEL 7 VM. I downloaded files and folders from GitHub and place them on my VM via WinSCP in /opt/ (using remi repo or git clone from VM is blocked)
When I move into /opt/phalcon/build/ and try to sudo ./install, I got a notice that PHP 5 is no longer supported, currently on my Red Hat, I have PHP 7.3.11 version running (checked using php -v and config page).
I installed things like php-devel or gcc.
I have rh-php73-php installed and running on my VM
Maybe someone can help me, because I have no idea how to fix it.
I have rh-php73-php installed and running on my VM
Sorry, but phalcon extension package doesn't exist for this PHP stack.
Using the full php stack from "remi-php73" repository or php73 SCL from "remi-safe" will give you "php-phalcon4" package with latest version of this extension.
using remi repo or git clone from VM is blocked
Use a proxy, or download packages and install them manually.
Tips: test installation from another computer, connected to internet, to get the full package list. You can even retrieve them later from /var/cache/yum (using keepcache=1 in yum.conf)
For memory, for a proper installation, follow the Wizard instructions
While I am trying Install Vue Storefront in my windows 10 machine, it generate yarn installation issue.
Please refer the screenshot.
Vue storefront does not support direct Windows workflows.
please follow:
https://docs.vuestorefront.io/guide/installation/windows.html#requirements
to install vue-storefront on Windows. Docker is the only supported method for this.
To install Vue storefront on windows platform.
Please visit the once:
https://www.youtube.com/watch?v=zL_T3WzVLG0
Which already explains well, how to install and what needs to be installed in your window system.
I'm trying to use mod_auth_openidc the product proposed by ZmartZone (https://github.com/zmartzone/mod_auth_openidc )
I'm working on "Red Hat Enterprise Linux Server release 6.8 (Santiago)"
When i started to install packages, i found that "CJOSE" package does not exist.
Can you please help ? and if any one of you have already installed this product can explain to me how to proceed.
Thanks a lot.
You can download binary packages for both mod_auth_openidc and cjose from the releases page: https://github.com/zmartzone/mod_auth_openidc/releases/
Is Hot code push feature (similar to meteor) available in ODOO 8 development? I mean when we make changes to python development file it should reflect in the ODOO modules automatically without restarting the server.
Yes in odoo8 with the --auto-reload parameter
It requires the pyinotify which is a Python module for monitoring filesystem changes.
just simply restart the odoo server like this
odoo.py --other-parameters-you-want --auto-reload
or in your configuration file set auto_reload to True