Jun 26, 2019

SOLVED MAP odoo "Requests to the server have been blocked by an extension"

check your nginx config... remove #add_header X-Frame-Options SAMEORIGIN; #add_header X-Content-Type-Options nosniff; #add_header X-XSS-Protection "1; mode=block"; #add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://ssl.google-analytics.com https://assets.zendesk.com https://connect.facebook.net; img-src 'self' https://ssl.google-analytics.com https://s-static.ak.facebook.com...
Read more ...

odoo nginx ssl error 499 or 304

Secure Connection Failed An error occurred during a connection to kolaboratorium.com. SSL received an unexpected New Session Ticket handshake message. Error code: SSL_ERROR_RX_UNEXPECTED_NEW_SESSION_TICKET     The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.     Please contact the website owners to inform them of this problem. Learn more… or...
Read more ...

Jun 25, 2019

just cleaning dashboard

sudo vim ./web_settings_dashboard/static/src/xml/dashboard.xml <t t-name="DashboardApps">         <div class="text-center o_web_settings_dashboard_apps">             <i class="fa fa-cog fa-4x text-muted o_browse_apps" style="cursor: pointer;"></i>             <div class="o_web_settings_dashboard_header">    ...
Read more ...

aerolib aero report and openoffice odoo 11

INSTALL AEROOLIB cd ~ wget https://launchpad.net/aeroolib/trunk/1.0.0/+download/aeroolib.tar.gz tar xfvz aeroolib.tar.gz  cd aeroolib sudo python setup.py install *https://github.com/Numigi/aeroo_reports  INSTALL OPENOFFICE sudo add-apt-repository ppa:libreoffice/ppa apt-get install libreoffice libreoffice-writer  OR sudo...
Read more ...

Jun 15, 2019

odoo chat without refresh

its just reminder about the chat on odoo use 8072 first please check port services by netstat, if still none, just do as this reference Longpolling  Longpolling is a way to deliver instant notification to web client (e.g. in chats).  To activate longpolling:  install dependencies  odoo 11.0  python -c "import gevent" || sudo pip3 install gevent odoo 10.0  python -c "import gevent" || sudo...
Read more ...