23 lines
612 B
Python
23 lines
612 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'GRN',
|
|
'version': '1.0',
|
|
'summary': 'Goods Recepts Note',
|
|
'description': '''
|
|
Stock Goods Recepts Note Stock Update
|
|
''',
|
|
'category': 'Inventory',
|
|
'author': 'Raman Marikanti',
|
|
'depends': ['base', 'mail','stock_account','product'],
|
|
'data': [
|
|
'data/ir_sequence.xml',
|
|
'security/ir.model.access.csv',
|
|
'views/grn_views.xml',
|
|
'report/grn_report_action.xml',
|
|
'report/report_grn_template.xml'
|
|
],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
} |