Hello All,
I have a Many2one field and when we selecting "Search More.." then list view open for this field. Is this possible to open direct list view for this Many2one field instead of choosing "Search More.."?
Thanks in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello All,
I have a Many2one field and when we selecting "Search More.." then list view open for this field. Is this possible to open direct list view for this Many2one field instead of choosing "Search More.."?
Thanks in advance.
Hey Pawan,
Go with Selection widget But i would recommend > You have to override 'web' module's .js function and just change the limit given there.
----------- for odoo version 11 (web/static/src/js/fields/relational_fields.js) ------- Code where you need to change the limit ,as you can see default limit =7
init: function () {
this._super.apply(this, arguments);
this.limit = 7;
}
-- for v8 its (web/static/src/js/view_form.js)
Thanks,
Dipak
Hello Dipak,
I want to open direct list view when selecting this Many2one field. Is it possible?
Did you mean Treeview (list) ? what i considered is just like selection list dropdown.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Aug 22
|
10382 | ||
|
2
May 21
|
7137 | ||
|
2
Mar 24
|
10330 | ||
|
5
Sep 20
|
5184 | ||
|
1
Dec 19
|
8415 |