From e47cbb2ba22ad44d569e7306523c0fcf9f81c5ed Mon Sep 17 00:00:00 2001 From: Laetitia Da Costa Date: Thu, 18 Jan 2024 15:17:38 +0100 Subject: [PATCH] [IMP] account_usability_elabore: add nb of attached messages in invoice tree view --- account_usability_elabore/__manifest__.py | 1 + .../views/account_tree_view.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 account_usability_elabore/views/account_tree_view.xml diff --git a/account_usability_elabore/__manifest__.py b/account_usability_elabore/__manifest__.py index 6430ae4..5f87db9 100644 --- a/account_usability_elabore/__manifest__.py +++ b/account_usability_elabore/__manifest__.py @@ -13,6 +13,7 @@ 'data': [ 'views/account_search.xml', 'views/account_menu.xml', + 'views/account_tree_view.xml', ], 'installable': True, 'auto_install': False, diff --git a/account_usability_elabore/views/account_tree_view.xml b/account_usability_elabore/views/account_tree_view.xml new file mode 100644 index 0000000..7da5088 --- /dev/null +++ b/account_usability_elabore/views/account_tree_view.xml @@ -0,0 +1,17 @@ + + + + + account view tree inherit message attachment + account.move + + + + + + + + + + + \ No newline at end of file