Hi,
I’m not sure if it possible to filter keyword actions in ir.action.act_windows?
I have two reports for the same model but I only want that one report is showed depending on the domain of act_windows.
Thanks in advance.
Hi,
I’m not sure if it possible to filter keyword actions in ir.action.act_windows?
I have two reports for the same model but I only want that one report is showed depending on the domain of act_windows.
Thanks in advance.
No it is not possible “keyworded” action should always work for any record.
If you need conditional access you should use a button instead of keyword. To have the button displayed in the “print” menu, you need to set the keyword
attribute to print
.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.