From b22e87741574521ab2548f4a24c49cf0148bca38 Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Mon, 23 Sep 2024 15:39:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=8C=E5=85=B3=E8=81=94?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_account_superbar/__manifest__.py | 1 + .../views/account_analytic_line_views.xml | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 app_account_superbar/views/account_analytic_line_views.xml diff --git a/app_account_superbar/__manifest__.py b/app_account_superbar/__manifest__.py index 0d90ffc8..23926eda 100644 --- a/app_account_superbar/__manifest__.py +++ b/app_account_superbar/__manifest__.py @@ -44,6 +44,7 @@ 'views/account_account_views.xml', 'views/account_move_line_views.xml', 'views/account_move_views.xml', + 'views/account_analytic_line_views.xml', ], 'demo': [ ], diff --git a/app_account_superbar/views/account_analytic_line_views.xml b/app_account_superbar/views/account_analytic_line_views.xml new file mode 100644 index 00000000..77cb50fa --- /dev/null +++ b/app_account_superbar/views/account_analytic_line_views.xml @@ -0,0 +1,20 @@ + + + + account.analytic.line.select.superbar + account.analytic.line + + + + + + + + + + + + + + + \ No newline at end of file