[wip] stock_picking_deposit para gestión de albaranes en depósito.

De momento sólo tiene un campo nuevo para marcar que ese albarán es un depósito.
This commit is contained in:
santiky 2021-09-07 16:14:02 +02:00
parent 9d4020cbb9
commit 16a72610f2
Signed by: snt
GPG key ID: A9FD34930EADBE71
7 changed files with 155 additions and 1 deletions

View file

@ -0,0 +1,20 @@
# Copyright 2021 Criptomart
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
"name": "Stock Picking Depósito",
"summary": "",
"version": "12.0.1.0.0",
"development_status": "Alpha",
"category": "Warehouse Management",
"website": "https://criptomart.net",
"author": "Criptomart",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"stock",
],
"data": [
"views/stock_picking.xml",
],
}