17 lines
428 B
Python
17 lines
428 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Sale Picking Automate',
|
|
'summary': ' Auto delivery stock from sale',
|
|
'description': '''
|
|
Auto delivery stock from sale
|
|
''',
|
|
'author': 'Raman Marikanti',
|
|
'depends': ['sale_management', 'stock'],
|
|
'data': [
|
|
'views/sale_picking_validate.xml',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
} |