change/add serial number after delivery

Asked by Kamil

I am testing OpenERP and now testing sale with tracking serial number (for service of products).
I did sale manufactured product but forget to fill serial number field when acknowledged the delivery. Now i cannot find out have to add/change serial number for product i have sold and delivered...

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Alexandre Fayolle - camptocamp
Solved:
Last query:
Last reply:
Revision history for this message
Best Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) said :
#1

1. you should configure your product with track_outgoing set to True (and probably track_production) too, this way, OpenERP will enforce serial number filling when delivering the product.

To change the SN of the delivered product, the clean way is to make a return of the delivery order (without billing) and then a reshipment with the correct values filled in.

Revision history for this message
Ferdinand (office-chricar) said :
#2

you could try
http://bazaar.launchpad.net/~camptocamp/c2c-rd-addons/6.1/files/head:/stock_picking_reopen/
http://bazaar.launchpad.net/~camptocamp/c2c-rd-addons/7.0/files/head:/stock_picking_reopen/
and other "reopen" modules

It seems to be very common that users "forget" to enter some information leading to an error which becomes usually only visible on the printed document.

Revision history for this message
Kamil (les-kamil) said :
#3

Thanks Alexandre Fayolle - camptocamp, that solved my question.