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.
21 lines
546 B
21 lines
546 B
# -*- coding: utf-8 -*-
|
|
# 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": "9.0.1.0",
|
|
"depends": [
|
|
'stock',
|
|
],
|
|
"author": "Coop IT Easy SCRLfs",
|
|
"license": "AGPL-3",
|
|
"website": "www.coopiteasy.be",
|
|
"description": """
|
|
Enable action on multiple products of a stock receipt
|
|
""",
|
|
"data": [
|
|
'views/stock_view.xml',
|
|
],
|
|
'installable': True,
|
|
}
|