From 4dfb8ea83f91e98fc49f6f44f4b2bcfb1b2a80c8 Mon Sep 17 00:00:00 2001 From: Riddhi Kansara Date: Fri, 20 Jul 2018 13:26:53 +0530 Subject: [PATCH] [REM]Remove application true from l10n_in_gst, l10n_sg_gst and account_cash_flow module --- addons/account_cash_flow/__manifest__.py | 3 +-- addons/l10n_in_gst/__manifest__.py | 3 +-- addons/l10n_sg_gst/__manifest__.py | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/addons/account_cash_flow/__manifest__.py b/addons/account_cash_flow/__manifest__.py index 8ea2de21..f061ba72 100644 --- a/addons/account_cash_flow/__manifest__.py +++ b/addons/account_cash_flow/__manifest__.py @@ -35,7 +35,6 @@ The cash flow statement is intended to: 'demo': [ - ], + ] - 'application': True, } diff --git a/addons/l10n_in_gst/__manifest__.py b/addons/l10n_in_gst/__manifest__.py index df4533db..b3a3383e 100644 --- a/addons/l10n_in_gst/__manifest__.py +++ b/addons/l10n_in_gst/__manifest__.py @@ -39,6 +39,5 @@ 'demo/account_invoice_demo.xml', ], 'installable': True, - 'auto_install': False, - 'application': True, + 'application': True } diff --git a/addons/l10n_sg_gst/__manifest__.py b/addons/l10n_sg_gst/__manifest__.py index 10ccb5c1..cfa223d6 100644 --- a/addons/l10n_sg_gst/__manifest__.py +++ b/addons/l10n_sg_gst/__manifest__.py @@ -35,6 +35,5 @@ There are Different type of GST Reports available for Singapore Localization. 'demo/demo_product.xml' ], 'installable': True, - 'application': True, 'auto_install': False }