Skip to Content
Menu
This question has been flagged
1 Reply
6011 Views

How can I export the following data of an deliver order in CSV format:

  • Order Number
  • Delivery Address
  • Products and quantity

We work with a fulfillment partner to pick, pack and ship order to our customers. Therefore I need the delivery orders respectively the informations from the delivery slip in an electronic format (CSV is fine) that our fulfillment partner can import in his system.

I export the data from the list view in the Warehouse/Receive/Deliver By Orders/Delivery Order menu and created an export that contains all data. When I opened the export I found a lot of useless information but missing the important information that informs my fulfillment partner what he has to deliver and to which address.

Avatar
Discard

why not give access to your partner at the appropriate part of your OpenErp system where they will retrieve your instructions to pick/pack/ship?

Author

Our fulfilment partner has a software for picking, packing and shipping and needs the information in an electronic format.

Best Answer

Sounds like you need to create a custom module, which returns the needed information. This module extends sale.order, and is called when you click on a new button.

I need to do the above things in the near future as well, but I don't have any useful things to share at the moment.

Avatar
Discard
Author

Thank you for the quick answer. As I plan to use the SaaS version of OpenERP I try to work only with the standard modules. Is there now way to export that data within the standard?

The method you describe in your question is I think the correct way. The only issue you have is to find which field(s) you have to select. Coming week I might be able to give you a hint what to select on a database, without additional modules installed.

Related Posts Replies Views Activity
1
Jul 25
1408
1
May 25
903
3
Feb 25
14509
1
Apr 25
1897
1
Apr 25
1685