[REM]Remove application true from l10n_in_gst, l10n_sg_gst and account_cash_flow module

This commit is contained in:
Riddhi Kansara 2018-07-20 13:26:53 +05:30
parent f2e1110720
commit 4dfb8ea83f
3 changed files with 2 additions and 5 deletions

View File

@ -35,7 +35,6 @@ The cash flow statement is intended to:
'demo': [
],
]
'application': True,
}

View File

@ -39,6 +39,5 @@
'demo/account_invoice_demo.xml',
],
'installable': True,
'auto_install': False,
'application': True,
'application': True
}

View File

@ -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
}