mirror of https://github.com/OCA/web.git
[IMP] web_m2x_options: remove unneeded fieldColor on ListMany2ManyTagsAvatarField
ListMany2ManyTagsAvatarField already extends from Many2ManyTagsAvatarFieldpull/2958/head
parent
8114134db8
commit
eaee2e84ac
|
@ -10,10 +10,7 @@ import {
|
||||||
KanbanMany2OneAvatarField,
|
KanbanMany2OneAvatarField,
|
||||||
Many2OneAvatarField,
|
Many2OneAvatarField,
|
||||||
} from "@web/views/fields/many2one_avatar/many2one_avatar_field";
|
} from "@web/views/fields/many2one_avatar/many2one_avatar_field";
|
||||||
import {
|
import {Many2ManyTagsAvatarField} from "@web/views/fields/many2many_tags_avatar/many2many_tags_avatar_field";
|
||||||
ListMany2ManyTagsAvatarField,
|
|
||||||
Many2ManyTagsAvatarField,
|
|
||||||
} from "@web/views/fields/many2many_tags_avatar/many2many_tags_avatar_field";
|
|
||||||
|
|
||||||
import {Many2XAutocomplete} from "@web/views/fields/relational_utils";
|
import {Many2XAutocomplete} from "@web/views/fields/relational_utils";
|
||||||
import {evaluateBooleanExpr} from "@web/core/py_js/py";
|
import {evaluateBooleanExpr} from "@web/core/py_js/py";
|
||||||
|
@ -60,12 +57,6 @@ Many2ManyTagsFieldColorEditable.props = {
|
||||||
fieldColorOptions: {type: Object, optional: true},
|
fieldColorOptions: {type: Object, optional: true},
|
||||||
};
|
};
|
||||||
|
|
||||||
ListMany2ManyTagsAvatarField.props = {
|
|
||||||
...ListMany2ManyTagsAvatarField.props,
|
|
||||||
fieldColor: {type: String, optional: true},
|
|
||||||
fieldColorOptions: {type: Object, optional: true},
|
|
||||||
};
|
|
||||||
|
|
||||||
Many2ManyTagsAvatarField.props = {
|
Many2ManyTagsAvatarField.props = {
|
||||||
...Many2ManyTagsAvatarField.props,
|
...Many2ManyTagsAvatarField.props,
|
||||||
fieldColor: {type: String, optional: true},
|
fieldColor: {type: String, optional: true},
|
||||||
|
|
Loading…
Reference in New Issue