Search In
ir.model.fields provides information about the fields of Odoo models and allows adding custom fields without using Python code.
model_id: Many2one to ir.model to which the field belongs
name: the field's technical name (used in read or write)
field_d
Sometimes we need to make existing column as first column. For example you created a table and added column "id" after creating the column. Now you want to make "id" column as first column, then you can do this easily by using ALTER command as below:
Sometimes we need to use some unique tags which are not available in HTML. For this we can just use these tags in our html coding, but in some specific cases our browser will not display them because these are not identified and comes within "<>
The below example will help you to add new element in arrayList. So, when we have new element list item shifts the element currently at that postion and any subsequent elements to the right which will help to insert new element at the specified
Hi friends,
Whenever we create an application, there is always a case where we want to have different kind of users who needs to login into the app but they have different access rights, so that some functionalities are hidden for some users and some
JFrame is class of swing package in java and swing package is a part of j2se to develop standalone application.
Here below I am Creating a frame with single argument constructor of the JFrame where I have declared the title of the frame.
Hello Readers,
$('div') : In jquery this element selects all the div element present on the page.
$('< div />') : In jquery this element create the new div element and this div element is not added to DOM tree unless you dont't append it to a
In this blog we are displaying that how we can create a tab bar based application in iOS.
Step 1. Create a new project and select Tabbed Application Template instead of the Single View Based application and click next.
Step 2. Name that application
In MySQL, the DEFAULT constraint is used to insert value into a column in a table. If there is no value is specified for a column then the default value will be added to column for all new records.
DEFAULT Constraint on CREATE TABLE
The following s
Hi All,
You can add auto layout constraints by using Storyboard Interface OR by adding constraints dynamically. There are three ways to add constraint dynamically (as per Apple Inc.)
Layout Anchor is one of the way is used to add autolayout constra