Thursday, October 17, 2019

Laravel Mix menggunakan Purgecss

Pembahasan ini merupakan kelanjutan dari Laravel Mix dengan VueJs dan Laravel Mix menggunakan Tailwindcss . Di kedua pembahasan itu kita su...

Tuesday, October 15, 2019

Laravel Mix menggunakan Tailwindcss

Di pembahasan sebelumnya Laravel Mix dengan Vuejs , kita sudah membuat aplikasi yang sangat sederhana dengan VueJs dan Laravel Mix. Pada pem...

Monday, October 14, 2019

Configure PyCharm with Odoo

Today I am going to show you how to configure PyCharm with Odoo . PyCharm is an IDE, than can be used for development purpose. You can conf...

Saturday, October 12, 2019

Cara Install Apache Cordova di Windows 10

Cordova adalah kerangka kerja ( framework ) untuk pengembangan aplikasi mobile yang bersifat open source . Framework ini pertama kali dimi...

Thursday, October 10, 2019

Control and Perception of Complex Autonomous Robotic Systems

We are pleased to inform you that KICS (Al-Khawarizmi Institute of Computer Science) is organizing a seminar on Robotics on Oct 14, 2019 at ...

Wednesday, October 2, 2019

Odoo Configuration File

Today I am going to discuss about configuration file in odoo, and how to get the parameters defined in this file in our code. What is odoo c...

How to use self.env.cr.copy_from function to save data in database

In this tutorial I will show you how to save or insert data into the database table using odoo "copy_from" function. Odoo provide ...