From e4c50723e3a17a08fe041e89d7e6078395c97c05 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 4 Nov 2021 11:16:24 +0100 Subject: [PATCH] Improve register payment wizard view --- account_usability/__manifest__.py | 1 + .../wizard/account_payment_register_views.xml | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 account_usability/wizard/account_payment_register_views.xml diff --git a/account_usability/__manifest__.py b/account_usability/__manifest__.py index fed8cc9..0aa42fe 100644 --- a/account_usability/__manifest__.py +++ b/account_usability/__manifest__.py @@ -31,6 +31,7 @@ 'views/account_report.xml', 'wizard/account_invoice_mark_sent_view.xml', 'wizard/account_group_generate_view.xml', + 'wizard/account_payment_register_views.xml', 'security/ir.model.access.csv', ], 'installable': True, diff --git a/account_usability/wizard/account_payment_register_views.xml b/account_usability/wizard/account_payment_register_views.xml new file mode 100644 index 0000000..26d09be --- /dev/null +++ b/account_usability/wizard/account_payment_register_views.xml @@ -0,0 +1,23 @@ + + + + + + + + account.payment.register + + + + + + + +