Comment 2 for bug 600624

Revision history for this message
Ferdinand (office-chricar) wrote :

in stock.py

'complete_name': fields.function(_complete_name, method=True, type='char', size=256, string="Location Name", store=True),

is called only on change of the child

so if the parent name is changed this is not reflected in complete_name and all reports are wrong.

BTW - I just wonder - the complete name is not translated ?? - so if the stock location name is translated it will not give a human readable sort.