In this video, we will see how to hide a new or existing field inside One2many fields like sale order line with the help of an attribute called column_invisible. One2many field is a relational field, the value of such a field is the recordset of all the records in comodel_name such that the field inverse_name […]
This video discusses on overriding existing widgets inside POS by a step by step process of inheriting point of sale assets, extending an existing widget and adding desired codes into it. Best practices as suggested by Odoo for javascript customisations. 1. remember the convention for a module name: addon name suffixed with module name. 2. […]