16 lines
389 B
Python
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",
|
|
}
|