-
-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] delivery_correos_express: pre-commit auto fixes
- Loading branch information
1 parent
3a9364b
commit 7d69cc2
Showing
18 changed files
with
189 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Para configurar el transportista: | ||
|
||
1. Vaya a *Inventario \> Configuración \> Entrega \> Método de envío* y | ||
cree uno nuevo. | ||
2. Escoja *Correos Express* Como proveedor. | ||
3. Configure los datos de servicio que tiene contratados y el tipo de | ||
etiqueta a usar |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- [Studio73](https://www.studio73.es): | ||
- Ethan Hildick |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Depende de los módulos de OCA/delivery-carrier delivery_package_number y | ||
delivery_state. | ||
|
||
La API de Correos Express no provee métodos de cálculo de precio, de | ||
modo que para poder calcular los costes de envío sería recomendable | ||
instalar el módulo delivery_price_method. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- La API no facilita métodos para cotizar el coste real de los envíos, | ||
por lo que siempre se cotizan a 0. Si la cotización de envíos es | ||
necesaria, puede instalarse el módulo OCA delivery_price_method o bien | ||
personalizar el método de cotización para este tipo de transportista. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
Estas son las distintas operaciones posibles con este módulo: | ||
|
||
## Grabar servicios | ||
|
||
> 1. Al confirmar el albarán, el servicio se grabará en Correos | ||
> Express. | ||
> 2. Con la respuesta, se registrará en el chatter la referencia de | ||
> envío y las etiquetas correspondientes. | ||
> 3. Para gestionar los bultos del envío, se puede utilizar el campo de | ||
> número de bultos que añade delivery_package_number (ver el README | ||
> para mayor información) o bien el flujo nativo de Odoo con | ||
> paquetes de envío. El módulo mandará a la API de Correos Express | ||
> el número correspondiente y podremos descargar las etiquetas con | ||
> su correspondiente numeración. | ||
## Cancelar servicios | ||
|
||
> 1. Correos Express no dispone de un servicio para cancelar los | ||
> envíos. | ||
> 2. Si se ha de corregir algún dato, hay que grabar un nuevo envío con | ||
> una nueva etiqueta. Esto no hace que dicho envío se facture, | ||
> solamente sucede si el paquete es recogido y entra en reparto | ||
## Obtener etiquetas | ||
|
||
> 1. Si por error hubiésemos eliminado el adjunto de las etiquetas que | ||
> obtuvimos en la grabación del servicio, podemos obtenerlas de | ||
> nuevo pulsando en el botón "Etiqueta Correos Express" que tenemos | ||
> en la parte superior de la vista formulario del albarán. | ||
## Seguimiento de envíos | ||
|
||
> 1. El módulo está integrado con delivery_state para poder recabar la | ||
> información de seguimiento de nuestros envíos directamente desde | ||
> la API de Correos Express. | ||
> 2. Para ello, vaya al albarán con un envío Correos Express ya grabado | ||
> y en la pestaña de *Información adicional* verá el botón | ||
> *Actualizar seguimiento* para pedir a la API que actualice el | ||
> estado de este envío en Odoo. | ||
## Manifiesto | ||
|
||
> 1. Correos Express no dispone de un servicio para sacar el manifiesto | ||
> Por lo tanto se tiene que sacar desde su interfaz web | ||
## Depuración de errores | ||
|
||
> 1. Se puede activar Odoo con --log-level=debug para registrar las | ||
> peticiones y las respuestas en el log. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.