This question has been flagged

Hi,

I have students in my menu i want to make those students as alumni by check boolean filed, i have done all now i want to sort out who are alumni bring them under one menu called alumni how can i do this.

Any one could help me....

Thanks in Advance.

 

Avatar
Discard
Best Answer

Hello Santhosh,

 

Put a one domain in your Student object action Define below:

 

<field name="domain">[('alumni','=',True)]</field>

 

Thanks,

Avatar
Discard
Best Answer

Create a new menu and action.  You can use the same view (tree and form), but in the new action, specify a domain based on the boolean field.  You can find a lot of example in the account.invoice actions: odoo/addons/account/account_invoice_view.xml

Avatar
Discard