Hi,
I have a button defined directly in a Tryton form view:
<button name="xxxxxxx" string="Test"/>
I want the button to be visible directly in the form view, but I don’t want it to appear in the Actions menu.
I tried using:
keyword="relate"
but in that case the button is moved to the Relate menu.
Is there a standard way, to keep a button visible in the form view while preventing it from being displayed in the Actions/Relate menu?
I cannot modify the Tryton client.
What would be the recommended approach?
Thanks!