From c8aafdf7fddaadb5a9381e36d56574c118464c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A8=D0=B0=D0=B9=D0=B4=D1=83=D0=BB=D0=BB=D0=B8=D0=BD=20?= =?UTF-8?q?=D0=98=D1=81=D0=BA=D0=B0=D0=BD=D0=B4=D0=B5=D1=80=20=D0=9C=D0=B0?= =?UTF-8?q?=D0=B7=D0=B8=D1=82=D0=BE=D0=B2=D0=B8=D1=87?= Date: Wed, 19 Mar 2025 16:33:57 +0300 Subject: [PATCH] [FIX] l10n_ru_upd_xml: hotfix __manifest__.py --- l10n_ru_upd_xml/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n_ru_upd_xml/__manifest__.py b/l10n_ru_upd_xml/__manifest__.py index 4cb612d..c1fe71d 100644 --- a/l10n_ru_upd_xml/__manifest__.py +++ b/l10n_ru_upd_xml/__manifest__.py @@ -18,7 +18,7 @@ 'version': '17.0.1.230710', # any module necessary for this one to work correctly - 'depends': ['web','base','account','l10n_ru_doc','contract'], + 'depends': ['web','base','account','l10n_ru_doc','l10n_ru_contract'], # always loaded 'data': [ @@ -34,7 +34,7 @@ 'assets': { 'web.assets_backend': [ - 'upd_xml/static/src/js/report/action_manager_report.js', + 'l10n_ru_upd_xml/static/src/js/report/action_manager_report.js', ], }, # only loaded in demonstration mode