769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
20 lines
453 B
Python
20 lines
453 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': 'Localization',
|
|
'depends': [
|
|
'l10n_in',
|
|
'purchase',
|
|
],
|
|
'data': [
|
|
'views/report_purchase_order.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': True,
|
|
}
|