PT. KIN SOFT INDONESIA, Admin Kinsoft Linux command that every odoo user should know Nowadays most of odoo programmers are using Linux for odoo, but they are mostly struggling with commands so I thought it might help to the community to share my knowledge about some common commands th... odoo Jul 10, 2020 Odoo
PT. KIN SOFT INDONESIA, Admin Kinsoft How to Speed up Odoo Odoo is the most popular ERP (Enterprise Resource Planning) software, written in Python and uses PostgreSQL as database back-end. The Odoo community edition is a free and open source software which in... Cheat Sheet odoo Jul 10, 2020 Odoo
PT. KIN SOFT INDONESIA, Admin Kinsoft Python Package for Data Scraping 1. Requests Package import requests 2. LXML Package from lxml import html 3. Regex Package import re 4. JSON Package import json 5. CSV Package import csv 6. Click Package import clic... Jul 9, 2020 Data Scraping
PT. KIN SOFT INDONESIA, Admin Kinsoft Understanding Odoo Configuration File The odoo configuration file is used for set up configuration parameters for running odoo. We can change default odoo configuration according to our need in the odoo configuration file . Here is the ... Cheat Sheet odoo Jul 9, 2020 Odoo
PT. KIN SOFT INDONESIA, Admin Kinsoft Visual Studio Cheat Sheet 1. Keymap for format JSON file Shift+Alt+F 2. Keymap for multi select Ctrl+D... Cheat Sheet Visual Studio Code Jul 8, 2020 General