21 lines
455 B
Python
21 lines
455 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
"name": "Add SO Followers to Picking",
|
|
"version": "15.0.0.0.1",
|
|
"category": "Extra Tools",
|
|
'summary': 'Add SO Followers to Picking',
|
|
"description": """
|
|
Add SO Followers to Picking
|
|
""",
|
|
"author": "Bemade",
|
|
'website': 'https://www.bemade.org',
|
|
"depends": [
|
|
'sale',
|
|
'purchase'
|
|
],
|
|
"data": [
|
|
],
|
|
"auto_install": False,
|
|
"installable": True,
|
|
'license': 'OPL-1'
|
|
}
|