roulier
roulier copied to clipboard
API for package delivery
This field "parcel_sequence" allows you to add a value to T400 which is mandatory for Belgium. The value of the field parcel_sequence is calculated on Odoo module like this: vals["parcel_sequence"]...
For some carrier, we may want to manage different services/implementation. Gls France for instance propose multiple solutions, like GLS-BOX, which return zpl, or GLS Web API. Laposte fr also have...
How could i make the difference between the mobileNumber and the phoneNumber with LaPoste since the template for an address is ```xml ... {{ address.phone }} ... ``` I'm thinking...
Also avoid the depreciation warning : invalid escape sequence \. @hparfr
Implement mondialrelay `get_label`, `search_pickup_sites` and `get_pickup_site` as an example.
This is a rewrite of laposte_fr using the [REST api](https://www.colissimo.fr/doc-colissimo/redoc-sls/en) and the new pydantic api.