How to Compress and Extract Files Using the tar Command on Linux The tar command on Linux is often used to create .tar.gz or .tgz archive files, also called “tarballs.” This command has a large number of options, but you just need to remember a few letters to quick...
Containers: Just Because Everyone Else is Doing Them Wrong, Doesn’t Mean You Have To The problem Suppose you’re an operator who, in a massively scaled-out and highly automated deployment, is responsible for keeping a few hundred or a few thousand containers up and running. Your develo...
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 use. And why not do all this with nothing but SSH insta...
How to create selection field in Odoo To make selection field in OpenERP (Odoo) In Selection Field first we have to go in .py file (python file) After that we have to decide where you want to give selection Field and then give attribute S...
Odoo XML + ORM Templates for Eclipse Steps to apply OpenERP XML + ORM Templates for Eclipse Template for eclipse of openERP code snippets. This snippets are build to help rapid building openERP project with great ease. 1: Y ou may get te...
React Native library for Odoo Installation $ npm install react-native-odoo Usage import Odoo from ' odoo ' const odoo = new Odoo ({ host : ' localhost ' , port : 8069 , database : ' demo ' , username : ' admin ' , password : ' adm...
Cool widgets in OpenERP Widgets are the GUI elements that can perform some controlling tasks. In OpenERP, we can see a few of widgets that have significance in the views like statuses of the any process, seeing states of an ...
Openstack-Ansible: Openstack Containerized 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 Branding company Provide branding on sales orders, stock pickings and sales invoices. Branding companies provide the same information as companies. However, they are not linked to accounting in any way. Branding compa...
Odoo multi-website improvements debate https://github.com/odoo/odoo/issues/9745 This is a start-point for talking about multi-website support roadmap in Odoo. Core support it in v9 and it’s backported to v8 in https://github.com/odoo/odoo-...
How to Install Node.js on Ubuntu 14.04 Node.js , a JavaScript-based platform, is an increasingly popular, lightweight, and efficient option for developers. It allows coders to use JavaScript on both the front-end and the back-end thanks to...
How To Install and Use Docker on Ubuntu 16.04 Introduction Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, only more portable, more resource-friendly, and more d...