Jordi Ballester
7 years ago
committed by
Jaime Arroyo
5 changed files with 40 additions and 35 deletions
-
30pos_session_pay_invoice/README.rst
-
5pos_session_pay_invoice/__manifest__.py
-
17pos_session_pay_invoice/tests/test_pay_invoice.py
-
21pos_session_pay_invoice/views/account_bank_statement.xml
-
2pos_session_pay_invoice/wizard/cash_invoice_out.xml
@ -1,21 +0,0 @@ |
|||
<?xml version="1.0" encoding="UTF-8" ?> |
|||
<odoo> |
|||
<act_window |
|||
id="action_cash_invoice_in_from_statement" |
|||
name="Pay invoice" |
|||
res_model="cash.invoice.in" |
|||
src_model="account.bank.statement" |
|||
view_mode="form" |
|||
target="new" |
|||
key2="client_action_multi" |
|||
/> |
|||
<act_window |
|||
id="action_cash_invoice_out_from_statement" |
|||
name="Collect Payment from Invoice" |
|||
res_model="cash.invoice.out" |
|||
src_model="account.bank.statement" |
|||
view_mode="form" |
|||
target="new" |
|||
key2="client_action_multi" |
|||
/> |
|||
</odoo> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue