Category: OpenERP 5.0.16 Modul

OpenERP 5.0.16 Modul : Terbilang


Fungsi untuk merubah jumlah uang ke tulisan dalam OpenERP (5.0.16 – 6.1) tidak dimasukan ke dalam modul, melainkan diletakan di dalam file /bin/tools/amount_to_text.py. Penulis kemudian membuat modul base_amount_to_text yang menambahkan kemampuan res.currency untuk merubah jumlah uang ke tulisan. Meniru cara ir.cron menjalankan fungsi.

Continue reading

OpenERP Module 5.0.16 -> 6.1 Conversion : Stock


stock module is next module that I convert after account (not finished though :D ). At first glance to the code, 6.1 provide several things that I really want from stock module. First is move_ids field addition on stock.tracking object. Second is changes in product.product, woooow … OpenERP add many field that I know it would add great function on stock handling.And when I was browsing trough product.py, my eyes stumbled upon a new kind of field type, dummy field. I eager to know it functionality.

But why oh why … field allocation_method on stock.location is still commented. I do really want FIFO on OpenERP :D

Continue reading