Odoo Customize Addons

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 31

Odoo Customize:

Addons
Afriyanti Dwi Kartika, S.Pd., M.T.

ERP

Pertemuan 6-10
Odoo
Market Place Addon: Odoo Apps
https://apps.odoo.com/apps
Documentation Developer
▪ https://www.odoo.com/documentation/16.0/developer.html
Building a Module
▪ https://www.odoo.com/documentation/16.0/developer/
tutorials/backend.html?highlight=build%20modul
Installing Odoo
▪ https://www.odoo.com/documentation/16.0/
administration/install/install.html?highlight=installing
%20odoo
Create a Database
▪ http://localhost:XXXX/web/database/manager
Masuk ke Odoo
https://www.odoo.com/documentation/16.0/developer/tutorials/backend.html?highlight=build%20modul
Module Manifests
▪ https://www.odoo.com/documentation/16.0/developer/reference/backend/
module.html#reference-module-manifest
Building a Module
(Scaffold)
Developer Mode
Building a Module
▪ Buat folder baru di dalam
folder Custom
▪ Contoh: kelasERP
▪ Pada folder kelasERP, buat file:
▪ __init__.py
▪ __manifest__.py
▪ __manifest__.py:
▪ Lakukan update pada Odoo
▪ Terdapat semua informasi yang telah ditambahkan pada file __manifest__.py
▪ Lakukan activasi pada modul yang telah dibuat
Referensi
1. Developer — Odoo 16.0 documentation
2. Building a Module — Odoo 16.0 documentation
3. Installing Odoo — Odoo 16.0 documentation
4. Module Manifests — Odoo 16.0 documentation
5. (33) Live Belajar Bareng Odoo Development Pemula - Part 1 Apa itu Odoo &
Pengantar Addon – YouTube

You might also like