Categories
Odoo Programming web

How to deploy Odoo ERP on Digital Ocean for 5$ per month

You don’t need to spend tones of money to start manage your business wisely. Here is how to deploy for 5$ per month Odoo on Digital Ocean, step by step.

Categories
css front-end Hack Programming web

CSS-Tricks Movable cards

The plugin in action Download the plugin & contribute 🙂 How to make this plugin The source CSS-Tricks is an amazing website and Chris Coyier‘s Youtube channel is a great place to learn new CSS and Javascript tricks. Today I applied the Moving stack cards walk trough tutorial. And I learned how to use select […]

Categories
Engineering Programming Technology Technology web

Javascript won’t load or update in Odoo

If you are debugging JavaScript code in Odoo and it happens that you can’t get it updated or worst it’s not loading the official documentation is a good reference “What to do if a file is not loaded/updated”. But I experienced and issue as I always use –dev=all and the JavaScript won’t load at all […]

Categories
paiement Programming Programming

CIC PAIEMENT – MONETICO : Accuse de reception INVALIDE

Erreur : Nous vous informons que votre interface retour a emis un accuse de reception INVALIDE et la commande a ete VALIDEE. Solution : S’assurer de ne faire aucune redirection dans le fichier .htaccess: Si le port utilisé est 80 le lien de retour doit être http:// Si le port utilisé est 443 le lien […]

Categories
Programming Programming Technology

Calendar settings customization

This is an open source module we developed at Savoir Faire Linux for customizing the Odoo calendar easily. All the logic behind the calendar is based on the library Fullcalendar.io see below.  This module allows changing Odoo default calendar settings (based on Javascript library “http://fullcalendar.io/“) In order to change the « Calendar Settings Â»: Go to « Settings → […]

Categories
business Programming Programming SEO Technology

Google Adsense introduces AI for Auto Adds

Since Google has developed it’s own AI they just introduced Auto Ads a new way to adapt ads on you’re web page. Using Google machine learning technologie Auto Ads understands your page structure and improves Ads on your website. Auto Ads can help you increase your revenu by automatically ajusting ads on your page. What are […]

Categories
Electronics Engineering Hack Lifehack Programming Technology

Comment ouvrir n’importe quel porte de garage en moins de 8 secondes avec OpenSesame

Samy Kamkar nous montre comment ouvrir la porte de n’importe quel garage. Tous les outils électroniques qui communique par RF (radio fréquence) possèdent un ID FCC qui leur est assigné par la Federal Communications Commission quand ils sont testés. On peut alors obtenir sur le site de la FCC tous les détails sur ce produit. […]

Categories
Programming Technology

No fly zone map

I started a new map to log all the no fly zone areas and the fly zone areas to help drone pilots have fun securely and in legal conditions. I am using Google API to display all airport within 200 kilometers around Montreal City. Please give me suggestions to improve the map in the comments […]

Categories
Programming Technology

Expose you localhost to the web

ngrok.com Ngrok pronounced “en-grok” is the best way to expose you localhost server to the web true a free secured DNS. If you want to test an application ngrok.com will provide you a domain name pointing to you computer in less than 10 secondes. 1# Download here  [shell]<a href="https://ngrok.com/download">https://ngrok.com/download </a> [/shell] 2# Step 2: Unzip it [shell] […]