I want to show server action only on some filtered data. suppose I have a list with status='pending','done'. Now I want to show 'done server action' only if data is filtered as 'pending'. Is there any way to do this?
Asked
Active
Viewed 166 times
0
-
How you did you create the unfiltered action? – Paxmees Jul 02 '22 at 18:02
-
it's a clue? https://www.odoo.com/fr_FR/forum/aide-1/using-ir-actions-server-i-have-create-a-server-action-i-need-to-restrict-depend-on-user-group-permission-60173 – sylvain Jul 04 '22 at 19:59
-
1Because filtering the current page view doesn t imply to reload the page (not server side), you should handle this using javascript/jquery (client side) – sylvain Jul 04 '22 at 20:07