Files
stock-logistics-warehouse/stock_helper/__manifest__.py
2023-04-24 07:34:00 +00:00

16 lines
511 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": "14.0.1.2.0",
"author": "Camptocamp, Michael Tietz (MT Software), Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Hidden",
"depends": ["stock"],
"data": [],
"installable": True,
"license": "LGPL-3",
}