12 lines
302 B
Python
12 lines
302 B
Python
|
{
|
||
|
'name': 'Indian - TDS For Payment',
|
||
|
'version': '1.0',
|
||
|
'description': """
|
||
|
Support for Indian TDS (Tax Deducted at Source) for Payment.
|
||
|
""",
|
||
|
'category': 'Accounting/Localizations',
|
||
|
'depends': ['l10n_in_withholding'],
|
||
|
'auto_install': True,
|
||
|
'license': 'LGPL-3',
|
||
|
}
|