Odoo18-Base/addons/l10n_in_withholding_payment/__manifest__.py

12 lines
302 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
{
'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',
}