diff --git a/account_ux/README.rst b/account_ux/README.rst index d70eba8e..0054374e 100644 --- a/account_ux/README.rst +++ b/account_ux/README.rst @@ -46,6 +46,7 @@ Several Improvements to accounting: #. Add amount_total and amount_untaxed in the invoice tree view as optional and hide fields #. Make Debit Note Origin field visible and editable by the user in the account.move form view. This will help to link new debit notes with the original invoice when this ones were not created from invoices "Add Debit Note" action button directly. +#. Add field 'ref' in view_account_payment_tree. Installation ============ diff --git a/account_ux/__manifest__.py b/account_ux/__manifest__.py index 272325d5..df752fd0 100644 --- a/account_ux/__manifest__.py +++ b/account_ux/__manifest__.py @@ -45,6 +45,7 @@ 'views/account_partial_reconcile_views.xml', 'views/account_account_views.xml', 'views/account_move_views.xml', + 'views/account_payment_views.xml', ], 'demo': [ ], diff --git a/account_ux/views/account_payment_views.xml b/account_ux/views/account_payment_views.xml new file mode 100644 index 00000000..555043d6 --- /dev/null +++ b/account_ux/views/account_payment_views.xml @@ -0,0 +1,13 @@ + + + + account.payment.tree.personalization + account.payment + + + + + + + +