You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
491 B
16 lines
491 B
# Copyright 2019 Coop IT Easy SCRLfs
|
|
# Nicolas Jamoulle, <nicolas@coopiteasy.be>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "BEES coop Stock",
|
|
"version": "12.0.1.0.0",
|
|
"depends": ["stock"],
|
|
"author": "Coop IT Easy SCRLfs",
|
|
"license": "AGPL-3",
|
|
"website": "www.coopiteasy.be",
|
|
"summary": """
|
|
Enable action on multiple products of a stock receipt
|
|
""",
|
|
"data": ["views/stock_view.xml"],
|
|
"installable": True,
|
|
}
|