mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-21 20:32:02 +02:00
15 lines
482 B
Python
15 lines
482 B
Python
# Copyright 2020-2021 Camptocamp SA
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Stock Helpers",
|
|
"summary": "Add methods shared between various stock modules",
|
|
"version": "16.0.1.1.0",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Hidden",
|
|
"depends": ["stock"],
|
|
"data": [],
|
|
"installable": True,
|
|
"license": "LGPL-3",
|
|
}
|