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 }