diff --git a/bahmni_account/__manifest__.py b/bahmni_account/__manifest__.py index 684f032..8e08caf 100644 --- a/bahmni_account/__manifest__.py +++ b/bahmni_account/__manifest__.py @@ -16,6 +16,7 @@ 'views/company_view.xml', 'views/account_report.xml', 'report/report_invoice_inherit.xml', + 'views/account_payment_view.xml', ], 'demo': [], 'qweb': [], diff --git a/bahmni_account/views/account_invoice_view.xml b/bahmni_account/views/account_invoice_view.xml index d2728b7..6d96de2 100644 --- a/bahmni_account/views/account_invoice_view.xml +++ b/bahmni_account/views/account_invoice_view.xml @@ -61,6 +61,9 @@ + + + diff --git a/bahmni_account/views/account_payment_view.xml b/bahmni_account/views/account_payment_view.xml new file mode 100644 index 0000000..c9c9c30 --- /dev/null +++ b/bahmni_account/views/account_payment_view.xml @@ -0,0 +1,27 @@ + + + + + Payment View Changes + account.payment + + + + + + + + + + Payment Search View Changes + account.payment + + + + + + + + + +