21 lines
480 B
Python
21 lines
480 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
"name": "Add SO Followers to Picking",
|
|
"version": "18.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_management",
|
|
"purchase",
|
|
"stock",
|
|
],
|
|
"data": [],
|
|
"auto_install": False,
|
|
"installable": True,
|
|
"license": "OPL-1",
|
|
}
|