[MIG][REF] web_advanced_search: Rename, refactor, migrate

* Complete migration to v11
* Refactor to use the new v11 decoupled widgets system
* Advanced search is now a high-level feature from the filters menu; it simplifies code a lot, and the UX is even better
* Split README system
* Add fun to ROADMAP
* Addon is renamed to web_advanced_search, since it enhaces the searching experience for all kind of fields now
This commit is contained in:
Jairo Llopis
2018-07-20 10:35:14 +01:00
committed by Pedro M. Baeza
parent fa588e3494
commit 3226b4cdf2
16 changed files with 462 additions and 241 deletions

View File

@@ -0,0 +1,13 @@
.o_search_options {
.o_filters_menu {
.o_filter_condition {
max-width: inherit;
.o_searchview_extended_prop_value {
.o_field_domain {
min-width: 30vw;
}
}
}
}
}

View File

@@ -1,27 +0,0 @@
.o_search_options {
.o_filters_menu {
.o_filter_condition {
max-width: inherit;
.o_searchview_extended_prop_value {
.ui-autocomplete-input {
.form-control();
}
.oe_m2o_drop_down_button {
top: 6px;
right: 2px;
}
.o_form_field_domain {
min-width: 400px;
}
}
}
}
}
.x2x_container {
min-width: 60ex;
}