-
Sans catégorie
-
1-How to Create a Website in Odoo
-
2-How to Create a Dashboard in Odoo
-
3-How to Create a Custom Module in Odoo
-
4-Forecast Widget in Tree View
-
5-Odoo 14 Printed Reports PDF
-
6-Odoo 14 Reporting Dashboard
-
7-How to Create New Models in Odoo?
-
8-Odoo Security Record Rules
-
9-Translation In Odoo 14
-
10-How to add settings for custom module in Odoo 14
-
11-Method Overriding & Super in Python Odoo
-
12-How to Create Wizard in Odoo 14
-
13-Web Controller in Odoo
-
14-Odoo Owl Framework
-
15-How to hide a new or existing field inside a One2Many fields
-
16-How to make all fields read-only in a form
-
17-How to secure your Odoo database
-
18-How to add chatter to your custom module
-
19-How to Install Odoo 15 on Ubuntu 20.04
-
20-How to Install Odoo 14 on Ubuntu 20.04
-
21-How to Install Odoo 13 on Ubuntu 18.04
-
22-How to Configure Odoo 12 on Pycharm Ubuntu 18
-
23-How to Create Smart Button in Odoo 14
-
15-How to hide a new or existing field inside a One2Many fields
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 is equal to the current record. Parameters comodel_name (str) – name of the target model inverse_name (str) – name of the inverse Many2one field in comodel_name domain – an optional domain to set on candidate values on the client side (domain or string) context (dict) – an optional context to use on the client side when handling that field auto_join (bool) – whether JOINs are generated upon search through that field (default: False) limit (int) – optional limit to use upon read The attributes comodel_name and inverse_name are mandatory except in the case of related fields or field extensions. #odoofields #odoo13 #one2many For More Videos Subscribe to our YouTube channel.
Vues | |
---|---|
0 | Total des vues |
0 | Vues Membres |
0 | Vues publiques |
Partager par email
Veuillez S'identifier afin de partager ce video par email