You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
356 B

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