[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
parent 1a98502fc7
commit 6803f838b6
6 changed files with 68 additions and 27 deletions

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.