[14.0][IMP] document_page_tag: color_picker widget in color field.

This commit is contained in:
angel 2022-04-08 11:28:24 +02:00 committed by Bhavesh Heliconia
parent 388312eb70
commit 4bd4057798
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{ {
"name": "Document Page Tag", "name": "Document Page Tag",
"version": "14.0.1.0.1", "version": "14.0.1.0.2",
"author": "Therp BV,Odoo Community Association (OCA)", "author": "Therp BV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge", "website": "https://github.com/OCA/knowledge",
"license": "AGPL-3", "license": "AGPL-3",

View File

@ -38,7 +38,7 @@
</h1> </h1>
</div> </div>
<group name="main"> <group name="main">
<field name="color" /> <field name="color" widget="color_picker" />
</group> </group>
</sheet> </sheet>
</form> </form>