Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12.0] Allow to pass hasSelectors for ListRenderer on nested list in a form #33937

Open
sz23 opened this issue Jun 6, 2019 · 2 comments
Open
Labels
12.0 Framework General frontend/backend framework issues

Comments

@sz23
Copy link

sz23 commented Jun 6, 2019

Impacted versions: 12

Steps to reproduce:
Imposible to activate hasSelectors on a tree view nested into a form.

Current behavior:
Actually it is not posible to activate selectors checkboxes on a ListView nested into a form, even though ListRenderer has already this functionality implemented.

On the file relational_fields.js, line 1006, param "hasSelectors" isn't passed into the ListRenderer params, but this hasSelectors params is actually read inside the ListRenderer class.

Expected behavior:
View able to activate selectors on a tree view nested in a form.

@sz23 sz23 changed the title [11.0] [12.0] Allow to pass hasSelectors for ListRenderer on nested list in a form [12.0] Allow to pass hasSelectors for ListRenderer on nested list in a form Jun 6, 2019
@sz23
Copy link
Author

sz23 commented Jun 6, 2019

#33946

@msh-odoo
Copy link
Contributor

msh-odoo commented Sep 15, 2020

@sz23 Why do you want to pass hasSelector parameter to o2m list renderer? is there any specific case where you need hasSelector in o2m list render?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
12.0 Framework General frontend/backend framework issues
Projects
None yet
Development

No branches or pull requests

3 participants