obook/stock_picking_deposito/__manifest__.py

25 lines
723 B
Python

# Copyright 2021 Criptomart
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
"name": "Stock Picking Depósito",
"summary": "Permite la gestión de depósitos en el almacén y su facturación.",
"version": "12.0.1.0.1",
"development_status": "Alpha",
"category": "Warehouse Management",
"website": "https://criptomart.net",
"author": "Criptomart",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"stock",
"account",
"sale_management",
],
"data": [
"views/stock_picking.xml",
"views/view_res_partner.xml",
"data/data.xml",
"views/res_config_settings_views.xml",
],
}