Tampilkan postingan dengan label odoo. Tampilkan semua postingan
Tampilkan postingan dengan label odoo. Tampilkan semua postingan
Minggu, 04 Juni 2023
Kamis, 01 Juni 2023
Instalasi Odoo 16 di Ubuntu Server 22.04
Berikut perinta dan tahap instalasinya:
#wget -O - https://nightly.odoo.com/odoo.key | apt-key add -
#echo "deb http://nightly.odoo.com/16.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list
#apt update
#apt install odoo -y
Secara default aplikasi berada di direktori:
#/usr/lib/python3/dist-packages/odoo
Testing Odoo
Buka alamat ip server di salah satu komputer yang satu jaringan dengan server odoo
Tip:
- cek service odoo yang berjalan dengan perintah: ps aux | grep odoo
- cek log dengan perintah : tail -f /var/log/odoo/odoo-server.log
- modifikasi konfigurasi odoo berada di: /etc/odoo/odoo.conf
Rabu, 30 Oktober 2019
Selasa, 28 Mei 2019
[VIDEO] Mastering Odoo 12 Development
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 3.5 Hours | 681 MB
Genre: eLearning | Language: English
Odoo supplies approximately 4,500 business applications for more than
3.7 million users. It has established a network of 950 official partners
in 110 countries. The introduction of Odoo 12 once again secures Odoo's
position in the market as one of the complete product of business
scope. It also maintains a high level of user experience.
The primary aim of this course is to enable users to create complex and advanced apps using Odoo. The course begins with a brief guide to customizing the Odoo development environment then jumps into creating advanced apps with the Odoo framework. You will learn to include complex business logic that will make your app more reliable and efficient. Also, you will learn to integrate the Odoo environment with other frameworks.
Finally, you will master typical development pitfalls and efficient workarounds.
After completing the course, you will have learned to minimize your coding efforts and increased the usability of your apps.
The primary aim of this course is to enable users to create complex and advanced apps using Odoo. The course begins with a brief guide to customizing the Odoo development environment then jumps into creating advanced apps with the Odoo framework. You will learn to include complex business logic that will make your app more reliable and efficient. Also, you will learn to integrate the Odoo environment with other frameworks.
Finally, you will master typical development pitfalls and efficient workarounds.
After completing the course, you will have learned to minimize your coding efforts and increased the usability of your apps.
Download:
Kamis, 17 Januari 2019
Software Fingerprint Solution X100c
Solution X100-C
Mesin Absensi Sidik Jari yang dirancang khusus dengan Teknologi Terdepan saat ini. Mesin ini memiliki kapasitas memory yang besar dan dilengkapi dengan fitur canggih, seperti: USB Flash Disk, Web Server, Schedule Bell, SMS Message, Workcode, Function Key, dll. Mesin ini juga dilengkapi dengan Layar TFT LCD 3 Inch Full Color yang dapat menampilkan Photo Karyawan. Design Casing Belakang Mesin ini dirancang agar dapat menyembunyikan kabel dan panel belakangnya terbuat dari Besi yang sangat kokoh sehingga membuat mesin ini tampak lebih Rapi, Mewah dan Elegan.
Selasa, 23 Oktober 2018
[Video] Odoo 11 for Business
Managing your business functions effectively with Odoo by taking care of sales, purchases, warehouse management, accounting and much more
Selasa, 21 Agustus 2018
[Ebook] Odoo ERP
Download: Google Drive
Quick introductionto the Odoo Developer Mode and concepts
Installing and organizing the development environment
Your first Odoo application - a practical overview
Models - structuring the application data
Access Control and Data Files
The ORM API - Handling application data
Application Logic - Supporting Business Processes
External API - Integrating with other systems
Backend views
Kanban views and client side QWeb-
Reports and server side Qweb
Creating Website front end features
Tests and debugging
Installing and organizing the development environment
Your first Odoo application - a practical overview
Models - structuring the application data
Access Control and Data Files
The ORM API - Handling application data
Application Logic - Supporting Business Processes
External API - Integrating with other systems
Backend views
Kanban views and client side QWeb-
Reports and server side Qweb
Creating Website front end features
Tests and debugging
Download: Google Drive
Table of Contents
The book starts by covering Odoo installation and administration and Odoo Server deployment. It then delves into the implementation of Odoo modules, the different inheritance models available in Odoo. You will then learn how to define access rules for your data; how to make your application available in different languages; how to expose your data models to end users on the back end and on the front end; and how to create beautiful PDF versions of your data.
Download: Google Drive
Download: Google Drive
Senin, 29 Januari 2018
Instalasi modul Sales di Odoo 10
Analogi:
- Perusahaan Pystore bergerak di penjualan konveksi grosir dan eceran
- Topik meliputi: Instalasi modul Sales, membuat daftar customer/pelanggan, membuat daftar produk
Jumat, 26 Januari 2018
Instalasi Odoo 10 di Ubuntu Server 16.04
Persiapan:
Instalasi ubuntu server 16.04
Dengan rincian:
Instalasi ubuntu server 16.04
Dengan rincian:
- Hostname: erpodoo
- Username: blackside Password: Welcome7
- IP Statik
#nano /etc/network/interfaces
# The primary network interface
auto ens160
iface ens160 inet static
address 192.168.1.33
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 8.8.8.8 8.8.4.4
Langganan:
Postingan (Atom)