[IMP] server_action_navigate

Co-authored-by: Holger Brunn <mail@hunki-enterprises.com>

[IMP] tests
This commit is contained in:
Sylvain LE GAL
2020-07-25 11:16:32 +02:00
committed by Quentin Tawry
parent bf8af4757c
commit de4e9ffd40
6 changed files with 68 additions and 27 deletions

View File

@@ -6,7 +6,7 @@
* Set a name that will be used for the Contextual Action
* choose a model
* Choose a model
* Select 'Navigate' option in the field 'Action To Do'
@@ -22,6 +22,6 @@
**Extra options**
* you can define groups whose members will have access to that option.
* 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.

View File

@@ -1,5 +1,5 @@
This module provides a generic tools to have the possibility to see a list of
items associated to a given selection.
This module provides a generic tool to have the possibility to see a list of
records associated to a given selection of records. This is basically the UI version of ``recordset.mapped('field1.field2')``.
For exemple, if you use the sale module, you can configure an action to see
all the products that has been sold for a given selection of sale orders.
For example, if you use the sale module, you can configure an action to see
all the products that have been sold for a given selection of sale orders.