wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpgecho "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.listsudo apt update && sudo apt install vagrant
How can I log all SQL queries on Odoo
OpenERP does not provide a mechanism specifically to log SQL queries, but it has a generic logging feature. By adding --log-level=debug_sql to the command line used to launch OpenERP it will print the normal debugging messages + the sql commands. You can redirect that output to a file if you want. You could also configure PostgreSQL to … Continue reading How can I log all SQL queries on Odoo
Can’t Open Terminal in Ubuntu: How to Fix
Install Odoo 17 on Ubuntu 20.04.6 LTS with Virtual Environemnt
requirements: postgres terbaru python 3.10 library python di file /odoo/requirements.txt Update Libirary : sudo apt-get update sudo apt-get upgrade Install Packages and libraries :sudo apt-get install python-dev python3-dev libxml2-dev libxslt1-dev zlib1g-dev libsasl2-dev libldap2-dev build-essential libssl-dev libffi-dev libmysqlclient-dev libjpeg-dev libpq-dev libjpeg8-dev liblcms2-dev libblas-dev libatlas-base-devsudo apt-get install -y npmsudo ln -s /usr/bin/nodejs /usr/bin/nodesudo npm install -g less … Continue reading Install Odoo 17 on Ubuntu 20.04.6 LTS with Virtual Environemnt
Cara query search data di dalam field berbentuk JSON di Postgres SQL
select * from m_api_log where data->>'params' like '%1%';
Sample Cek Constraint with psql
@api.one @api.constrains('order_line') def _check_tanggal_rencana(self): query = """ SELECT shl.start_time as tgl_rencana_produksi FROM survey_harian_line shl WHERE shl.survey_id = %s ORDER BY shl.start_time DESC """ self.env.cr.execute(query,(self.id,)) survey_harian_line = self.env.cr.dictfetchall() if survey_harian_line: for s in survey_harian_line: tgl_rencana_produksi = s['tgl_rencana_produksi'] self.tgl_rencana_produksi = tgl_rencana_produksi
Balikan fungsi F1, F2, dll di ubuntu 16.04
Press Fn > Esc / FnLock
The Best AI Tools
16 Tools for U’r Digital Marketing Skill
Create Image with AI
https://discord.com/ => to search key of image Midjourney
