[MIG] web_tree_dynamic_colored_field: Migration to 13.0

Use 'options' instead of 'colors' on tree views

The colors attribute has been removed from the RelaxNG schema in
Odoo [0], so use the 'options' instead.

Closes #1479

[0] 7024f8d58b (diff-e9acd2f731cc01f302055b6e232df983)
This commit is contained in:
Guewen Baconnier
2020-01-09 14:44:28 +01:00
parent 796c683279
commit 0280e0479c
7 changed files with 22 additions and 12 deletions

View File

@@ -0,0 +1 @@
../../../../web_tree_dynamic_colored_field

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)