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

21 lines
515 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Indian - Purchase Report(GST)',
'version': '1.0',
'description': """GST Purchase Report""",
'category': 'Accounting/Localizations/Purchase',
'depends': [
'l10n_in',
'purchase',
],
'data': [
'views/report_purchase_order.xml',
'views/purchase_order_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}