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.

9 lines
254 B

  1. This module extends the functionality of base_kanban_stage to allow you to
  2. map stages from base_kanban_stage to states. The states are:
  3. * New (draft)
  4. * In Progress (open)
  5. * Pending (pending)
  6. * Done (done)
  7. * Cancelled (cancelled)
  8. * Exception (exception)