← Back to team overview

openerp-india team mailing list archive

[Bug 1197169] Re: Message widget does not work for incoming shipments

 

Hello,

The incoming shipments and delivery orders have a specific behaviour of
using the module 'stock.picking' instead of 'stock.picking.in' and
'stock.picking.out'. We have already overwritten the one from the main
function but hadn't do it for message_post.

This is now fixed in addons 7.0.
revno: 9395
revision-id: mat@xxxxxxxxxxx-20130828151434-5nu7o0ybguh86w6f

However this will only display newly posted messages, not already existing. To do so apply the following SQL command:
>  UPDATE mail_message SET model = 'stock.picking' WHERE model = 'stock.picking.in' OR model = 'stock.picking.out';

Regards

** Changed in: openobject-addons
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1197169

Title:
  Message widget does not work for incoming shipments

Status in OpenERP Addons (modules):
  Fix Released

Bug description:
  I am trying to send a message or log a note via the message widget of the "Incoming Shipments" view:
  Menu->Purchases->Incoming_Products->Incoming_Shipments->{select a shipment}

  After submitting the message it is properly displayed, but when reloading the page, the message disappears. Messages are also missing from the user's inbox. In addition, the follow/unfollow button is not working.
  However, the messages are still stored on the server and can be viewed via Menu->Settings->Technical->Email->Messages. They are also stored in postgres table mail_message, but a reference is missing in mail_notification (if this is relevant).

  The same functionality is perfectly working as expected for other
  views ("Sales Orders", etc.)

  
  There is possibly an error in the "stock" module causing this behaviour, but this is just a guess.

  My Openerp version: 7.0-20130519-231019
  The user account type: administrator

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1197169/+subscriptions