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...
Suppose that we have so many docker images on our local computer as a result of building many versions of images... Show all images that contains "...
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...
An External ID (also called XML ID) is a string identifier that uniquely identifies a particular record in Odoo. They become important when you plan t...
Some times we need to 'override' the action window of an Odoo object. Action window is not overridable but we must replace it entirely to modify it....
If you are using Linux, the easiest way to remove the port number 8069 is using iptables which will redirect all traffic at port 80 (and 433 too) to...
**Main Menu** Let's say you want to use your module icon as your main menu icon. Make sure this file exists at: module_name/static/description/icon....