Odoo installeren binnen Docker Docker wordt steeds meer gebruikt voor ontwikkeling en uitrollen van applicaties, verpakt in een Docker container. In dit artikel wordt uitgelegd hoe je Odoo en Postgres kunt installeren met Docker in...
Odoo Timesheet details invoice Add timesheet details in invoice line to invoices related with timesheets. Configuration To configure this module, you need to: Go to Sales -> Configuration -> Settings -> Quotations & Sales and set D...
How To Create a Puppet Module To Automate WordPress Installation on Ubuntu 14.04 Introduction Puppet is a configuration management tool that system administrators use to automate the processes involved in maintaining a company’s IT infrastructure. Writing individual Puppet manifes...
Creating a LXC virtual machine template (from scratch) The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export....
Odoo install our module with the command prompt It is possible to install our module with the command prompt you need to follow the below steps to install our module with the command prompt. 1.Go To the your workspace with the use of command prompt...
Remove Powered by Odoo from Website footer 1. Log in to the Odoo admin as administrator. Activate Technical Features, if not already activated, by going to Settings > Users > Users > Admin > Edit > Usability > Technical Features > check the bo...
Nginx – Odoo – VPS – Ubuntu location /odoo/ { rewrite ^/odoo(/.*)$ $1 break ; proxy_pass http:// localhost : 8069 / ; proxy_set_header Host $host ; proxy_set_header X-Real-IP $remote_addr ; proxy_set_header X-Forwarded-For $prox...
Node-RED A visual tool for wiring the Internet of Things http://nodered.org/ Node-RED is a tool for wiring together hardware devices, APIs and online services in new and interesting ways. Getting Started If you already have Node.js installed, run: $ sudo np...
Odoo Database Tools This module add mainly two functionalities: Database backups Modules update management This module depends on “server_mode” module so backups can be disable by server_mode Installation To install this...
Proxy Heroku Applications on Heroku can use https, and it is free as it is under *.herokuapp.com certificate. However if you want to use your own custom domain, they would need a separate certificate and as such c...
A Mailserver on Ubuntu 14.04: Postfix, Dovecot, MySQL The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export....
How to Use Puppet to Manage WordPress Themes and Plugins on Ubuntu 14.04 Introduction If you are a website administrator who manages several instances of WordPress, you will know how repetitive a job it is to keep all your themes and plugins updated. Moreover, with so many...