Web Widget Colorpicker

by
Odoo
v 16.0 Third Party 3505
Download for v 16.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 1487
Technical Name web_widget_colorpicker
LicenseLGPL-3
Websitehttps://straga.github.io
Versions 15.0 10.0 11.0 12.0 13.0 14.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 1487
Technical Name web_widget_colorpicker
LicenseLGPL-3
Websitehttps://straga.github.io
Versions 15.0 10.0 11.0 12.0 13.0 14.0 16.0

Web Widget field

Bootstrap Color Picker

More Info

YouTube Video PlayList Odoo Gantt Native - web widget color picker

Demo

Live:https://demo14.garage12.eu/

user: demo Password:demog

The module is used in:

Gantt Project native. Gantt Native view for Projects

Gantt MRP. Gantt Native view for MRP - Manufacture

Gantt Web View Framework Gantt Native view for MRP - Manufacture

Gantt Leave Gantt Native view for Leave

in Action

Form View

Edit Form View

Need our service?

Contact us by email

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
More Info
by
Viktor Vorobjov
on 2/12/23, 9:17 AM Author

1. You need to declare a char.    

colorpicker = fields.Char(        string="Color Picker",    )

2.   In the view declaration,

                        ...                        ...             


by
Vipin Kumar
on 2/10/23, 1:12 AM



Problem in v16
by
Admin Samadeva
on 12/11/23, 2:01 AM

Dear  Viktor Vorobjov,

Thank you for your module "Web Widget Colorpicker v13" that used to work greatly on v13 !

But its v16-version does not work inodoo- v16 (no display of colorpicker on xml field with widget="colorpicker")

PYTHON :  title_color = fields.Char(string='Couleur de Titre')

XML:name="title_color" widget="colorpicker"/>

Could you tell me please how to fix it ?

Best regards,

Sylvain

Re: Problem in v16
by
Viktor Vorobjov
on 12/12/23, 5:35 AM Author

Can you tunrn on Debug mode with assets. And check error in browser console?


by
Vipin Kumar
on 2/10/23, 1:12 AM

i didn't how to use this module.

even you haven't given much information about this module

Re:
by
Viktor Vorobjov
on 2/12/23, 9:14 AM Author

You have email for ask.

If you down load module inside you have readme file:

Color Picker widget for Odoo web client================================

Features========
Now only in RGBA code.

Display the color on form view when you are not editing it
  |form_view_no_edit|
Display the color on form view when you editing it
  |form_view_edit|
Usage=====
You need to declare a char.
    colorpicker = fields.Char(        string="Color Picker",    )

In the view declaration,
    ...                        ...                        ...                ...