From 2fccb4ae233f906f3cc6eb0842c42abc783fe608 Mon Sep 17 00:00:00 2001 From: Katherine Zaoral Date: Thu, 1 Feb 2024 13:43:57 +0000 Subject: [PATCH] [FIX] l10n_ar_edi_ux: re add dummy empty view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To avoid problem with updating other modules that also extend from res_config_setting. This is required because Odoo does not delete the views until the end after all the modules has been updated, if another module has been update will check the status of the view and will let us know that the button we have in the view refence to a non exist one. closes ingadhoc/odoo-argentina-ee#314 Signed-off-by: Juan José Scarafía --- l10n_ar_edi_ux/__manifest__.py | 3 ++- l10n_ar_edi_ux/wizards/res_config_settings_view.xml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 l10n_ar_edi_ux/wizards/res_config_settings_view.xml diff --git a/l10n_ar_edi_ux/__manifest__.py b/l10n_ar_edi_ux/__manifest__.py index 610bfd6c..52f99756 100644 --- a/l10n_ar_edi_ux/__manifest__.py +++ b/l10n_ar_edi_ux/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Argentinian Electronic Invoicing UX', - 'version': "16.0.1.4.0", + 'version': "16.0.1.5.0", 'category': 'Localization/Argentina', 'sequence': 14, 'author': 'ADHOC SA', @@ -16,6 +16,7 @@ 'python': ['zeep'], }, 'data': [ + 'wizards/res_config_settings_view.xml', 'wizards/res_partner_update_from_padron_wizard_view.xml', 'wizards/account_check_action_wizard_view.xml', 'views/res_partner_view.xml', diff --git a/l10n_ar_edi_ux/wizards/res_config_settings_view.xml b/l10n_ar_edi_ux/wizards/res_config_settings_view.xml new file mode 100644 index 00000000..b032e084 --- /dev/null +++ b/l10n_ar_edi_ux/wizards/res_config_settings_view.xml @@ -0,0 +1,13 @@ + + + + + res.config.settings.view.form.inherit.l10n_ar_edi_ux + res.config.settings + + +
+ + + +