Testing
Widgets in Odoo 13
Widgets in Odoo 13
statusbar
Widget : statusbar
Widgets handling both basic and relational fields (selection and Many2one)
Module : Web
Field Type : Selection
.

url

Widget : url
Convert char fields to clickable as URL
Module : Web
Field Type : Char
.
radio
Widget : radio
Convert "selection" field into Radio type
Module : Web
Field Type : Selection
.

upgrade_boolean

Widget : upgrade_boolean
Popup to upgrade to enterprise on any feature's Boolean tick
Module : Web
Field Type : Boolean
.
statinfo
Widget : statinfo
Renders the field value using the StatInfo template. The text part of the widget is either the string attribute of this node in the view or the label of the field itself if no string attribute is given.
Module : Web
Field Type : Integer, Float
.

res_partner_many2one

Widget : res_partner_many2one
Auto search on internet for company with given name
Module : partner_autocomplete
Field Type : many2one (res.partner)
.
section_and_note_one2many
Widget : section_and_note_one2many
Add section and notes on one2many line
Module : account
Field Type : one2many
.

handle

Widget : handle
Displays a handle to modify the sequence.
Module : web
Field Type : Integer
.
section_and_note_text
Widget : section_and_note_text
Used for section_and_note_one2many
Module : account
Field Type : char,text
.

many2manyattendee

Widget : many2manyattendee
This widget is model dependent (rpc on res.partner)
Module : calendar
Field Type : many2many
.
many2many_checkboxes
Widget : many2many_checkboxes
Display checkbox for many2many fields
Module : web
Field Type : many2many
.

many2many_tags_avatar

Widget : many2many_tags_avatar
Display avatar for many2many fields in calendar views
Module : web
Field Type : many2many
.
float_time
Widget : float_time
Allow to enter time in HH:MM format
Module : web
Field Type : Float
.

one2many

Widget : one2many
Display data with tree view
Module : web
Field Type : one2many
.
website_publish_button
Widget : website_publish_button
Allow to publish on website
Module : website
Field Type : boolean
.

priority

Widget : priority
Allow to publish on website
Module : web
Field Type : selection
.
Widget : email
Allow to send mail from system configured email account
Module : web
Field Type : char
.

phone

Widget : phone
Allow to make a phone and send sms
Module : web
Field Type : char
.
selection
Widget : selection
Allow selection option for many2one field
Module : web
Field Type : many2one
.

website_redirect_button

Widget : website_redirect_button
Redirect to website when you press button
Module : website
Field Type : boolean
.
image
Widget : image
Display image for binary field
Module : web
Field Type : binary
.

boolean

Widget : boolean
Display checkbox in kanban view
Module : web
Field Type : boolean
.
boolean_toggle
Widget : boolean_toggle
Toggle effect button for boolean field
Module : web
Field Type : boolean
.

state_selection

Widget : state_selection
Allow to change selection field value
Module : web
Field Type : selection
.
field_float_rating
Widget : field_float_rating
Display rating start based on float field value
Module : website_slides
Field Type : float
.

pad

Widget : pad
Display pad in form view
Module : pad
Field Type : char
.
reference
Widget : reference
Display link for reference field
Module : web
Field Type : reference
.

web_ribbon

Widget : web_ribbon
* This widget adds a ribbon on the top right side of the form
You can specify the text with the text attribute.
You can specify a background color for the ribbon with the bg_color attribute
using bootstrap classes :
(bg-primary, bg-secondary, bg-success, bg-danger, bg-warning, bg-info, bg-light, bg-dark, bg-white)
If you don't specify the bg_color attribute the bg-success class will be used by default.
Module : web
Field Type : -
.
date
Widget : date
display date-time fields values as date only
Module : web
Field Type : datetime
.

mail_followers

Widget : mail_followers
Display followers in form view
Module : mail
Field Type : many2many on followers
.
mail_activity
Widget : mail_activity
Display activities on form view
Module : mail
Field Type : many2many on activity_ids
.

mail_thread

Widget : mail_thread
Display mail value change activity on form view
Module : mail
Field Type : many2many on message_ids
.
kanban_activity
Widget : kanban_activity
Display activity button on kanban view
Module : mail
Field Type : many2many on activity_ids
.

label_selection

Widget : label_selection
View value as label on kaban
Module : web
Field Type : selection
.
activity_exception
Widget : activity_exception
Activity Exception Widget to display Exception icon
Module : mail
Field Type : char
.

kanban_state_selection

Widget : kanban_state_selection
Allow to change selection field value in kanban view
Module : web
Field Type : selection
.
many2many_tags
Widget : many2many_tags
Used to display many2many fields as tags
Module : web
Field Type : many2many
.

Related Posts
How To Create a Snippet In Odoo ?
January 2020How to Run Odoo 13 as Ubuntu Service ?
October 2019How to Install Odoo 12 in ubuntu 18.04 ?
March 2019How to Install Odoo 13 in Ubuntu 18.04 ?
October 2019Nice !