20 lines
511 B
Python
20 lines
511 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Grn Purchase',
|
|
'version': '1.0',
|
|
'summary': 'GRN LINK WITH Purchase',
|
|
'description': '''
|
|
Detailed description of the module
|
|
''',
|
|
'category': 'Purchase',
|
|
'author': 'Raman Marikanti',
|
|
'depends': ['base', 'mail', 'grn','purchase'],
|
|
'data': [
|
|
# 'security/ir.model.access.csv',
|
|
'views/grn_purchase_views.xml',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
} |