How can I recursively delete all files of a specific extension in the current directory? You don’t even need to use rm in this case if you are afraid. Use find : find . -name "*.bak" -type f -delete But use it with precaution. Run first: ... Mar 5, 2021 0 2106 Tech Blog
How To Use Fabric To Automate Administration Tasks And Deployments Introduction* Let’s automate things. Everything. Let’s also figure out a way to do this using a single tool. One that is easy to program, easy to us... Ubuntu Mar 5, 2021 0 2207 Tech Blog
How to edit Website Contact Form location map? I also added a nice map with the insert block of treehouse theme but wouldn’t need the default map there. How to remove it totally? EDIT: Found a sol... Odoo Mar 5, 2021 0 2231 Tech Blog
How to redirect website to our own domain? The ‘root’ of our account on Odoo SAAS is now: https://my-company.odoo.com and this is also the Homepage of the website on the Odoo system. How can I... Nginx Odoo Virtualmin Mar 5, 2021 0 2513 Tech Blog
Top Ten Reasons for Choosing OpenERP *1. OpenERP is open source* Open source does not mean free, but rather dynamic. If OpenERP SA had not made this choice from the start, we probably w... Business Mar 5, 2021 0 2188 Tech Blog
Marabunta migration tool Odoo Marabunta is a name given to the migration of the legionary ants or to the ants themselves. Restless, they eat and digest everything in their way. T... Odoo Mar 5, 2021 0 2353 Tech Blog
What is landed cost in Odoo? *What is landed cost ?* Basically landed cost means Product Price + Extra Price. Ultimately, we have to calculate cost price with all extra cost(cust... Odoo Mar 5, 2021 0 2149 Tech Blog
Patching WordPress, responsive images, a couple helpful plugins Ever find yourself in a situation where you need to modify WordPress core but don’t want to hack it? Toby Schrapel’s newest post covers how to use Co... Wordpress Mar 5, 2021 0 2288 Tech Blog
Odoo Google Map API Steps to set multiple google map in page Step 1: Select page where you want to add google map and select *customize.* Step 2: You have to add followi... Odoo Mar 5, 2021 0 2107 Tech Blog
Instalar Odoo 9 en Debian 8.x desde zero *Instalar Odoo 9 en Debian 8.1 desde cero.** (Sin el error: “No se puede ejecutar lessc” o “Could not execute command ‘lessc'”) Como sabemos, hace u... Odoo Ubuntu Mar 5, 2021 0 2293 Tech Blog
sass less odoo 0 down vote If you are using ubuntu and having errors/warns of *sass* & *lessc* ,etc in your odoo webapp, Then you should try following for them:-... Odoo Ubuntu Mar 5, 2021 0 2264 Tech Blog