Comment 3 for bug 1316144

Revision history for this message
Sébastien BEAU - http://www.akretion.com (sebastien.beau) wrote :

Hi Philipe,
Regarding your test what is your need ?
Exporting the customer address information from openerp to inet expeditor? or directly printing the delivery label from OpenERP (whithout inet expeditor).

If is the first case then you have to port and install base_delivery_carrier_files and delivery_carrier_file_laposte to V7. (we do not plan to work on it)

If you want to print directlty the label from OpenERP, you have to use our module. But for now it's still under developement (we do not have any customer in production yet).
We are working hard on this project but it's not so simple. To resume it quickly you will have to install
- a python lib for generating the label and also to connect to the webservice
- 2 or 3 main modules on OpenERP side (depend if you use colissimo, socolissimo or both) (you will have also some dependency)
- pywebdriver on a raspberry py for printing the label automatically
- and a picking application based on sencha touch framework

Take care you will have to pass the poste label validation before going in production (you should contact the saleman of la poste)

For now it's not finish so please do not use it in production. When everything will be ready we will communicate on it. But for now it not even a beta version.

Hope this will help you