Now only in RGBA code.
Table of contents
To install this, follow below steps:
How to use this module:
colorpicker = fields.Char(string="Color Picker")
<field name="arch" type="xml">
<form string="View name">
<field name="colorpicker" widget="colorpicker"/>
</form>
</field>