17 lines
423 B
Python
17 lines
423 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Grn Picking Automate',
|
|
'summary': ' Auto receive stock from grn',
|
|
'description': '''
|
|
Auto receive stock from grn
|
|
''',
|
|
'author': 'Raman Marikanti',
|
|
'depends': ['base', 'mail', 'grn'],
|
|
'data': [
|
|
'views/grn_picking_automate_views.xml',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
} |