[DOC] stock_picking_batch_custom: documentación OCA
This commit is contained in:
parent
55497327e8
commit
d294843241
7 changed files with 61 additions and 3 deletions
|
|
@ -2,7 +2,12 @@
|
||||||
Stock Picking Batch Custom
|
Stock Picking Batch Custom
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
Extra columnas opcionales en las operaciones detalladas de lotes de picking.
|
.. contents::
|
||||||
|
:local:
|
||||||
|
|
||||||
- Columna de partner del albarán (picking_partner_id) opcional/oculta por defecto.
|
.. include:: readme/DESCRIPTION.rst
|
||||||
- Columna de categoría de producto (product_categ_id) opcional/oculta por defecto para ordenar/agrupación.
|
.. include:: readme/INSTALL.rst
|
||||||
|
.. include:: readme/CONFIGURE.rst
|
||||||
|
.. include:: readme/USAGE.rst
|
||||||
|
.. include:: readme/CONTRIBUTORS.rst
|
||||||
|
.. include:: readme/CREDITS.rst
|
||||||
|
|
|
||||||
8
stock_picking_batch_custom/readme/CONFIGURE.rst
Normal file
8
stock_picking_batch_custom/readme/CONFIGURE.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
Configuración
|
||||||
|
=============
|
||||||
|
|
||||||
|
No requiere configuración adicional. Para usar las columnas:
|
||||||
|
|
||||||
|
- Abrir un **Lote de picking**.
|
||||||
|
- Ir a la pestaña **Detailed Operations**.
|
||||||
|
- Abrir el **selector de columnas** y activar *Partner* y *Product Category* según necesidad.
|
||||||
4
stock_picking_batch_custom/readme/CONTRIBUTORS.rst
Normal file
4
stock_picking_batch_custom/readme/CONTRIBUTORS.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
Contribuidores
|
||||||
|
==============
|
||||||
|
|
||||||
|
* Criptomart
|
||||||
12
stock_picking_batch_custom/readme/CREDITS.rst
Normal file
12
stock_picking_batch_custom/readme/CREDITS.rst
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
Créditos
|
||||||
|
========
|
||||||
|
|
||||||
|
Autor
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Criptomart
|
||||||
|
|
||||||
|
Financiador
|
||||||
|
-----------
|
||||||
|
|
||||||
|
* Elika Bilbo
|
||||||
11
stock_picking_batch_custom/readme/DESCRIPTION.rst
Normal file
11
stock_picking_batch_custom/readme/DESCRIPTION.rst
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
Este módulo añade dos columnas opcionales en las operaciones detalladas de los
|
||||||
|
lotes de picking:
|
||||||
|
|
||||||
|
- ``picking_partner_id`` (Partner del albarán) para que el personal de almacén
|
||||||
|
pueda identificar rápidamente el cliente/proveedor asociado.
|
||||||
|
- ``product_categ_id`` (Categoría de producto) para permitir ordenación y
|
||||||
|
agrupación por categoría.
|
||||||
|
|
||||||
|
Ambas columnas se añaden como ``optional="hide"`` en la vista de líneas del
|
||||||
|
lote, de modo que el usuario puede activarlas desde el selector de columnas sin
|
||||||
|
cargar la vista por defecto.
|
||||||
8
stock_picking_batch_custom/readme/INSTALL.rst
Normal file
8
stock_picking_batch_custom/readme/INSTALL.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
Instalación
|
||||||
|
===========
|
||||||
|
|
||||||
|
Actualizar o instalar el módulo:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
docker-compose run --rm odoo odoo -d odoo --stop-after-init -u stock_picking_batch_custom
|
||||||
10
stock_picking_batch_custom/readme/USAGE.rst
Normal file
10
stock_picking_batch_custom/readme/USAGE.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
Uso
|
||||||
|
===
|
||||||
|
|
||||||
|
1. Accede a **Inventory > Operations > Batch Transfers** y abre un lote.
|
||||||
|
2. Pestaña **Detailed Operations**: usa el selector de columnas para activar:
|
||||||
|
|
||||||
|
- **Partner** (``picking_partner_id``) para ver el cliente/proveedor.
|
||||||
|
- **Product Category** (``product_categ_id``) para ordenar/agrupación por categoría.
|
||||||
|
|
||||||
|
3. Ordena o agrupa por la columna de categoría según convenga.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue