You are here

commerce_invoice.links.action.yml in Commerce Invoice 8.2

File

commerce_invoice.links.action.yml
View source
  1. entity.commerce_invoice_type.add_form:
  2. route_name: entity.commerce_invoice_type.add_form
  3. title: 'Add invoice type'
  4. appears_on:
  5. - entity.commerce_invoice_type.collection
  6. entity.commerce_order.invoice_add_form:
  7. route_name: entity.commerce_order.invoice_add_form
  8. route_parameters:
  9. commerce_invoice_type: default
  10. title: 'Add invoice'
  11. appears_on:
  12. - entity.commerce_order.canonical
  13. - entity.commerce_order.invoices
  14. entity.commerce_order.credit_memo_add_form:
  15. route_name: entity.commerce_order.invoice_add_form
  16. route_parameters:
  17. commerce_invoice_type: credit_memo
  18. title: 'Add credit memo'
  19. appears_on:
  20. - entity.commerce_order.canonical
  21. - entity.commerce_order.credit_memos