Its working fine with other models without custom action
im using ImportExportActionModelAdmin
found a fix
actions = ImportExportActionModelAdmin.actions + [my_action]
Thank you for helping me to solve the problem.
^.^
+1 please add it to documentation
Most helpful comment
found a fix
actions = ImportExportActionModelAdmin.actions + [my_action]