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.

21 lines
664 B

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <odoo>
  3. <act_window
  4. id="action_cash_invoice_in_from_statement"
  5. name="Pay invoice"
  6. res_model="cash.invoice.in"
  7. src_model="account.bank.statement"
  8. view_mode="form"
  9. target="new"
  10. key2="client_action_multi"
  11. />
  12. <act_window
  13. id="action_cash_invoice_out_from_statement"
  14. name="Collect Payment from Invoice"
  15. res_model="cash.invoice.out"
  16. src_model="account.bank.statement"
  17. view_mode="form"
  18. target="new"
  19. key2="client_action_multi"
  20. />
  21. </odoo>