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

16 lines
389 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "Indian - Check GST Number Status",
'countries': ['in'],
"category": "Accounting/Localizations",
"depends": [
"l10n_in",
],
"data": [
"views/account_move_views.xml",
"views/res_partner_views.xml",
],
"installable": True,
"license": "LGPL-3",
}