0

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?

Abdus Sattar Bhuiyan
  • 3,016
  • 4
  • 38
  • 72
  • 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
  • 1
    Because 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

0 Answers0