[ADD] server_action_navigate

This commit is contained in:
Sylvain LE GAL
2020-02-25 16:27:42 +01:00
parent 77a1ee7991
commit 1a98502fc7
21 changed files with 930 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
* Go to 'Setting / Technical / Actions / Server Actions'
* Create a new item
.. figure:: ../static/description/ir_actions_server_form.png
* Set a name that will be used for the Contextual Action
* choose a model
* Select 'Navigate' option in the field 'Action To Do'
* Then, select a field of this model. It can be a ``one2many``, ``many2many``,
``many2one`` field.
* You can then optionally select another fields (#2) that belong to the previous
selected field (#1) relation model
* Once done, click on the 'Create Contextual Action' to generate a new 'More options'
button.
**Extra options**
* you can define groups whose members will have access to that option.
* You can select an action that will be used to display the target field list.