diff options
Diffstat (limited to 'addons/l10n_in_purchase/__manifest__.py')
| -rw-r--r-- | addons/l10n_in_purchase/__manifest__.py | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/addons/l10n_in_purchase/__manifest__.py b/addons/l10n_in_purchase/__manifest__.py new file mode 100644 index 00000000..bcecef57 --- /dev/null +++ b/addons/l10n_in_purchase/__manifest__.py @@ -0,0 +1,21 @@ +# -*- 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, + 'application': False, + 'auto_install': True, + 'license': 'LGPL-3', +} |
