git checkout @~1git show <commit-sha>Published May-13-2020
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Run Odoo", | |
| "type": "python", | |
| "request": "launch", |
cd /etc/postgresql/14/main/open file named postgresql.conf
add this line to that file
listen_addresses = '*'
port = 5432
sudo apt install pgbouncer
Edit the pgbouncer configuration file /etc/pgbouncer/pgbouncer.ini
* = host=localhost port=5432
Set the listen_port = 5432 and listen_address = *
Set the auth_type = md5.
Run below query in psql
How to create a pipeline which checks your app's code quality -frequently, automatically, in the cloud - using GitHub Actions. Such as to lint, test and build your app hosted on GitHub.
Objectives
Pada pembuatan aplikasi mobile yang terkoneksi ke Odoo dengan JSONRPC/XMLRPC seringkali kita perlu mendapatkan informasi stock dan harga per lokasi gudang atau harga barang per company jika Odoo nya sudah dibuat multi-company.
Artikel ini membahas bagaimana secara API jsonrpc/xmlrpc kita bisa untuk:
Create cluster
gcloud container clusters create "gke-px" \
--zone "asia-southeast1-a" \
--cluster-version "1.20.8-gke.900" \
--machine-type "n1-standard-4" \
--image-type "UBUNTU" \
--disk-type "pd-ssd" \
--disk-size "100" \