forked from Techsystech/web
[MIG] web_widget_child_selector: Migration to 14.0
parent
da7a05196f
commit
ababcd6de3
|
@ -4,7 +4,7 @@
|
||||||
{
|
{
|
||||||
"name": "Web Widget Child Selector",
|
"name": "Web Widget Child Selector",
|
||||||
"summary": "Widget used for navigation on hierarchy fields",
|
"summary": "Widget used for navigation on hierarchy fields",
|
||||||
"version": "13.0.1.0.0",
|
"version": "14.0.1.0.0",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Use child_selection widget on a field.
|
Use child_selector widget on a field.
|
||||||
If necessary we can use child_selection_field on options in order to define
|
If necessary we can use child_selection_field on options in order to define
|
||||||
which field we will show on edition only.
|
which field we will show on edition only.
|
||||||
For example, name instead of display_name.
|
For example, name instead of display_name.
|
||||||
|
|
Loading…
Reference in New Issue