-
- Downloads
[IMP] account: payment method improvements
To improve the payment method system, proceed to a few changes
such as changing the view a bit, making sure payment acquirers are not
linked to a journal by default and that only the manual payment method
type can be used multiple times in a single journal.
Task id #2573145
closes odoo/odoo#73596
X-original-commit: 9122b367baea10e59b66e45bf7c458a6f1e82efb
Related: odoo/enterprise#19623
Signed-off-by:
Xavier Dollé (xdo) <xdo@odoo.com>
Showing
- addons/account/i18n/account.pot 17 additions, 25 deletionsaddons/account/i18n/account.pot
- addons/account/models/account_journal.py 30 additions, 13 deletionsaddons/account/models/account_journal.py
- addons/account/models/account_move.py 1 addition, 1 deletionaddons/account/models/account_move.py
- addons/account/models/account_payment.py 49 additions, 56 deletionsaddons/account/models/account_payment.py
- addons/account/models/account_payment_method.py 62 additions, 12 deletionsaddons/account/models/account_payment_method.py
- addons/account/populate/account_payment.py 10 additions, 8 deletionsaddons/account/populate/account_payment.py
- addons/account/tests/common.py 2 additions, 2 deletionsaddons/account/tests/common.py
- addons/account/tests/test_account_journal.py 27 additions, 23 deletionsaddons/account/tests/test_account_journal.py
- addons/account/tests/test_account_move_reconcile.py 6 additions, 6 deletionsaddons/account/tests/test_account_move_reconcile.py
- addons/account/tests/test_account_payment.py 2 additions, 2 deletionsaddons/account/tests/test_account_payment.py
- addons/account/tests/test_account_payment_register.py 19 additions, 19 deletionsaddons/account/tests/test_account_payment_register.py
- addons/account/tests/test_reconciliation.py 12 additions, 12 deletionsaddons/account/tests/test_reconciliation.py
- addons/account/views/account_journal_views.xml 4 additions, 4 deletionsaddons/account/views/account_journal_views.xml
- addons/account/views/account_payment_view.xml 6 additions, 6 deletionsaddons/account/views/account_payment_view.xml
- addons/account/wizard/account_payment_register.py 30 additions, 28 deletionsaddons/account/wizard/account_payment_register.py
- addons/account/wizard/account_payment_register_views.xml 4 additions, 4 deletionsaddons/account/wizard/account_payment_register_views.xml
- addons/account_check_printing/models/account_journal.py 3 additions, 3 deletionsaddons/account_check_printing/models/account_journal.py
- addons/account_check_printing/models/account_payment.py 17 additions, 13 deletionsaddons/account_check_printing/models/account_payment.py
- addons/account_check_printing/tests/test_print_check.py 9 additions, 6 deletionsaddons/account_check_printing/tests/test_print_check.py
- addons/account_check_printing/views/account_payment_views.xml 2 additions, 2 deletions...ns/account_check_printing/views/account_payment_views.xml
Loading
Please register or sign in to comment