Odoo / Action Window / Domain in action window
Domain in action window
-
Step 1:
Use the domain display specific records in listview based on condition.
For example to display only those orders which are in ‘sale’ state in sale order list view.
Sales Orders ir.actions.act_window sale.order form tree,kanban,form,calendar,pivot,graph [('state', 'in', (‘sale’))]