mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] server_action_navigate
Co-authored-by: Holger Brunn <mail@hunki-enterprises.com> [IMP] tests
This commit is contained in:
committed by
Quentin Tawry
parent
bf8af4757c
commit
de4e9ffd40
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user