[ADD] stock_picking_batch_custom: columnas opcionales partner y categoría
This commit is contained in:
parent
97dc41d212
commit
ced21cc489
7 changed files with 61 additions and 0 deletions
18
stock_picking_batch_custom/__manifest__.py
Normal file
18
stock_picking_batch_custom/__manifest__.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright 2026 Criptomart
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{ # noqa: B018
|
||||
"name": "Stock Picking Batch Custom",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Warehouse",
|
||||
"summary": "Extra columns for batch detailed operations",
|
||||
"author": "Odoo Community Association (OCA), Criptomart",
|
||||
"maintainers": ["Criptomart"],
|
||||
"website": "https://github.com/Criptomart",
|
||||
"license": "AGPL-3",
|
||||
"depends": [
|
||||
"stock_picking_batch",
|
||||
],
|
||||
"data": [
|
||||
"views/stock_move_line_views.xml",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue