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.

27 lines
762 B

  1. * Go to 'Setting / Technical / Actions / Server Actions'
  2. * Create a new item
  3. .. figure:: ../static/description/ir_actions_server_form.png
  4. * Set a name that will be used for the Contextual Action
  5. * Choose a model
  6. * Select 'Navigate' option in the field 'Action To Do'
  7. * Then, select a field of this model. It can be a ``one2many``, ``many2many``,
  8. ``many2one`` field.
  9. * You can then optionally select another fields (#2) that belong to the previous
  10. selected field (#1) relation model
  11. * Once done, click on the 'Create Contextual Action' to generate a new 'More options'
  12. button.
  13. **Extra options**
  14. * You can define groups whose members will have access to that option.
  15. * You can select an action that will be used to display the target field list.