Odoo18-Base/addons/l10n_in_withholding_payment/__manifest__.py
2025-01-06 10:57:38 +07:00

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',
}