Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

How many widget we can use in odoo v8?

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
widgetodoo
9 Réponses
45602 Vues
Avatar
Anil Kesariya

Hello Everyone,

How many widget available for direct use in odoo v8.

I need list of all widget with description.

Thanks in advance.

 

8
Avatar
Ignorer
Sehrish

You can also create your custom widget : https://learnopenerp.blogspot.com/2020/08/time-counter-countdown-timer-custom-widget-odoo.html

Avatar
Stephen Mack
Meilleure réponse

It looks like here is a pretty exhaustive list.

6
Avatar
Ignorer
Anil Kesariya
Auteur

Thanks

Avatar
Anil Kesariya
Auteur Meilleure réponse

Hello All,

These are the widget list used in odoo v8 that can make our developement more easy and flexible and usable, description will be udpate soon.

many2many_tags

one2many_list

selection

progressbar

selection

statusbar

handle

monetary

mail_thread

statinfo

contact

html

mail_followers

url

radio

email

one2many

many2manyattendee

priority

integer

sparkline_bar

many2many_binary

image

many2many_kanban

char_domain

gauge

float_time

 

12
Avatar
Ignorer
Avatar
Demirel yakito
Meilleure réponse

Refer this link:

http://ludwiktrammer.github.io/odoo/form-widgets-many2many-fields-options-odoo.html

I hope this will usefull for you.

3
Avatar
Ignorer
Anil Kesariya
Auteur

These are only for many2many field. I need all the widgets those can be use for any type of field.

Avatar
Hilar Andikkadavath
Meilleure réponse

Here are the latest widgets and its following classes usable in odoo js to include or extend also use syntax widget="any_widget_name" with odoo views,

    'char' : 'instance.web.form.FieldChar', 

    'id' : 'instance.web.form.FieldID',

    'email' : 'instance.web.form.FieldEmail',

    'url' : 'instance.web.form.FieldUrl',

    'text' : 'instance.web.form.FieldText',

    'html' : 'instance.web.form.FieldTextHtml',

    'char_domain': 'instance.web.form.FieldCharDomain',

    'date' : 'instance.web.form.FieldDate',

    'datetime' : 'instance.web.form.FieldDatetime', 

    'selection' : 'instance.web.form.FieldSelection', 

    'radio' : 'instance.web.form.FieldRadio',

    'many2one' : 'instance.web.form.FieldMany2One',

    'many2onebutton' : 'instance.web.form.Many2OneButton',

    'many2many' : 'instance.web.form.FieldMany2Many',

    'many2many_tags' : 'instance.web.form.FieldMany2ManyTags',

    'many2many_kanban' : 'instance.web.form.FieldMany2ManyKanban',

    'one2many' : 'instance.web.form.FieldOne2Many',

    'one2many_list' : 'instance.web.form.FieldOne2Many',

    'reference' : 'instance.web.form.FieldReference',

    'boolean' : 'instance.web.form.FieldBoolean',

    'float' : 'instance.web.form.FieldFloat',

    'percentpie': 'instance.web.form.FieldPercentPie',

    'barchart': 'instance.web.form.FieldBarChart',

    'integer': 'instance.web.form.FieldFloat',

    'float_time': 'instance.web.form.FieldFloat',

    'progressbar': 'instance.web.form.FieldProgressBar',

    'image': 'instance.web.form.FieldBinaryImage',

    'binary': 'instance.web.form.FieldBinaryFile',

    'many2many_binary': 'instance.web.form.FieldMany2ManyBinaryMultiFiles',

    'statusbar': 'instance.web.form.FieldStatus',

    'monetary': 'instance.web.form.FieldMonetary',

    'many2many_checkboxes': 'instance.web.form.FieldMany2ManyCheckBoxes',

    'x2many_counter': 'instance.web.form.X2ManyCounter',

    'priority':'instance.web.form.Priority',

    'kanban_state_selection':'instance.web.form.KanbanSelection',

    'statinfo': 'instance.web.form.StatInfo',

1
Avatar
Ignorer
Avatar
Vijay Panchani R.
Meilleure réponse

Hello Everyone,


There are some more widget which we can use in odoo development. I'm not sure that these all are proper work in odoo v8.

But, I'm using in odoo v9.


many2many_checkboxes

float

many2many

percentpie

date

phone

password

1
Avatar
Ignorer
Avatar
Odoo For Beginners
Meilleure réponse

Hello everyone. Here we have the widgets and their descriptions.

Monetary The widget=”monetary” was introduced in Odoo 9.0 and is not available in previous versions. We using it when we want to create a fielfs that unit of measure have linked to a currency like for example “amount_total_signed“.

Statusbar The widget =”statusbars” gives you the ability to show the progress to the user in a visual way. Statusbars are ideal to use in combination with buttons which will modify the state where a record is in.

Handle The widget=”handle” gives you the option to re-order lines, making records drag and droppable. When you need to be able to rearrange the order of a field rows, you want to enable user to drag the line up and down the list. This is especially when the rows represent something of which order is important.

For more details. Please check out our blog : https://odooforbeginnersblog.wordpress.com/2017/03/09/widgets-in-odoo/#more-839

1
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
Invoice form View 'Total' label to 'Gross' odoo 17 Résolu
invoice widget odoo
Avatar
Avatar
1
oct. 24
2222
How to add widget to boolean field??
widget field odoo
Avatar
Avatar
1
mars 25
8137
ODOO9: How to work with context in widgets
widget context odoo
Avatar
0
janv. 24
5329
Odoo9: Binary field takes a lot of spave in the view Résolu
widget size odoo
Avatar
Avatar
1
mai 16
3972
(!!C-o-p-a!!)¿Cómo comunicarse con Copa Airlines en Panamá?
odoo
Avatar
0
nov. 25
211
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now