Implementasi Odoo ERP untuk bisnis jasa konstruksi memerlukan penyesuaian khusus untuk menangani kebutuhan unik industri ini, seperti pengelolaan pr...
Here's an example of how you can use the AWS EC2 SDK for Python (Boto3) to start and stop an EC2 instance, wait for the instance state to started, a...
In Odoo 15, mail.template function _render_template seems different with older versions When we execute this code: self .body_surat = self .template...
How to upload file in website page with a normal HTML form ? On the template: <template id="upload"> <form action="process" method="POST" enctype="m...
Question: I have a module that got the noupdate="1" attribute added to all views, actions and menuitems. Now those records can't be upgraded, even a...
This code is used to hide fields in one2many(tree) in Odoo > 11 *<field name="my_field" attrs="{'column_invisible': [('parent.field_name','=',False)...
Odoo kalau udah dikasi data banyak penyakitnya jadi Lemot dan LoLa (alias loading lambat).. itu terjadi dimana2 di setiap client kami. Salah satu se...
Mau jadi developer Odoo? Jangan lewatkan course Udemy ini. Karena disini dibahas semua topik tentang cara tercepat modifikasi addon Odoo dengan contoh...
*What you'll learn* Techniques to import external data into Odoo fast Using XMLRPC Standard Using Direct SQL Using Stored Procedure PL/PGSQL Automati...
If you defined a selection on website form that will hold 'many2many' field, so it will look like 'many2many_tags' widget, you need a special handling...
If you have this code onchange: @api.onchange('a_field') def _onchange_cor(self): if self.a_field: self.env.cr.execute('SELECT name from a_table whe...
Pernah import data CSV dengan jumlah ratusan atau jutaan records? Odoo memang telah menyiapkan fasilitas import via web interface untuk semua model ...
These are the fields for Nested Set Model [1] . Used to manage hierarchical data structures with unbound depth in SQL. The article Managing Hierarch...