From bdd1fd80ca759eff4ea2b136235ca556b6f04986 Mon Sep 17 00:00:00 2001 From: adhoc-cicd-bot <116299102+adhoc-cicd-bot@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:39:56 -0300 Subject: [PATCH] [UPD] Initialize version 17.0 --- l10n_ar_account_withholding/__manifest__.py | 2 +- l10n_ar_bank/__manifest__.py | 2 +- l10n_ar_loyalty/__manifest__.py | 2 +- l10n_ar_purchase/__manifest__.py | 2 +- l10n_ar_purchase_stock/__manifest__.py | 2 +- l10n_ar_ux/__manifest__.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/l10n_ar_account_withholding/__manifest__.py b/l10n_ar_account_withholding/__manifest__.py index c32e923b7..077e0fe9c 100644 --- a/l10n_ar_account_withholding/__manifest__.py +++ b/l10n_ar_account_withholding/__manifest__.py @@ -48,7 +48,7 @@ 'external_dependencies': { 'python': ['pyafipws'], }, - 'installable': True, + 'installable': False, 'name': 'Automatic Argentinian Withholdings on Payments', 'version': "16.0.1.2.0", } diff --git a/l10n_ar_bank/__manifest__.py b/l10n_ar_bank/__manifest__.py index 9a5bf4a64..1836df928 100644 --- a/l10n_ar_bank/__manifest__.py +++ b/l10n_ar_bank/__manifest__.py @@ -12,7 +12,7 @@ 'data': [ 'data/res_bank.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, 'application': False, } diff --git a/l10n_ar_loyalty/__manifest__.py b/l10n_ar_loyalty/__manifest__.py index b8192e215..ff80ce5cd 100644 --- a/l10n_ar_loyalty/__manifest__.py +++ b/l10n_ar_loyalty/__manifest__.py @@ -11,7 +11,7 @@ ], 'demo': [ ], - 'installable': True, + 'installable': False, 'auto_install': True, 'assets': { }, diff --git a/l10n_ar_purchase/__manifest__.py b/l10n_ar_purchase/__manifest__.py index 7e42cff2b..1885e0b87 100644 --- a/l10n_ar_purchase/__manifest__.py +++ b/l10n_ar_purchase/__manifest__.py @@ -18,7 +18,7 @@ ], 'demo': [ ], - 'installable': True, + 'installable': False, 'auto_install': False, 'application': False, } diff --git a/l10n_ar_purchase_stock/__manifest__.py b/l10n_ar_purchase_stock/__manifest__.py index 608d40f2d..a9164fd34 100644 --- a/l10n_ar_purchase_stock/__manifest__.py +++ b/l10n_ar_purchase_stock/__manifest__.py @@ -18,7 +18,7 @@ ], 'demo': [ ], - 'installable': True, + 'installable': False, 'auto_install': True, 'application': False, } diff --git a/l10n_ar_ux/__manifest__.py b/l10n_ar_ux/__manifest__.py index 87092855d..ff738e738 100644 --- a/l10n_ar_ux/__manifest__.py +++ b/l10n_ar_ux/__manifest__.py @@ -42,7 +42,7 @@ ], 'demo': [ ], - 'installable': True, + 'installable': False, 'auto_install': True, 'application': False, 'post_init_hook': 'post_init_hook',