← Back to team overview

openerp-india team mailing list archive

[Bug 1217931] Re: V7.0: Unable to send custom mail from stock move

 

Hello Ignazio,

Its not a bug rather then a question, So lets convert it.

You can just override the message_post method for stock move object and
you have to first inherit the super object.

Thank you!

** Changed in: openobject-addons
       Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/openobject-addons/+question/234838

-- 
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/1217931

Title:
  V7.0: Unable to send custom mail from stock move

Status in OpenERP Addons (modules):
  Invalid

Bug description:
  hi

  i've created a custom mail template for stock.move object but when i
  click on send i see the follow error:

  OpenERP Server Error
  Client Traceback (most recent call last):
    File "/opt/openerp/web/addons/web/http.py", line 204, in dispatch
      response["result"] = method(self, **self.params)
    File "/opt/openerp/web/addons/web/controllers/main.py", line 1132, in call_button
      action = self._call_kw(req, model, method, args, {})
    File "/opt/openerp/web/addons/web/controllers/main.py", line 1120, in _call_kw
      return getattr(req.session.model(model), method)(*args, **kwargs)
    File "/opt/openerp/web/addons/web/session.py", line 42, in proxy
      result = self.proxy.execute_kw(self.session._db, self.session._uid, self.session._password, self.model, method, args, kw)
    File "/opt/openerp/web/addons/web/session.py", line 30, in proxy_method
      result = self.session.send(self.service_name, method, *args)
    File "/opt/openerp/web/addons/web/session.py", line 103, in send
      raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info)

  
  Server Traceback (most recent call last):
    File "/opt/openerp/web/addons/web/session.py", line 89, in send
      return openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/opt/openerp/server/openerp/netsvc.py", line 292, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/opt/openerp/server/openerp/service/web_services.py", line 626, in dispatch
      res = fn(db, uid, *params)
    File "/opt/openerp/server/openerp/osv/osv.py", line 188, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/opt/openerp/server/openerp/osv/osv.py", line 131, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/opt/openerp/server/openerp/osv/osv.py", line 197, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/opt/openerp/server/openerp/osv/osv.py", line 185, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/opt/openerp/addons/purchase/purchase.py", line 1225, in send_mail
      return super(mail_compose_message, self).send_mail(cr, uid, ids, context=context)
    File "/opt/openerp/addons/account/account_invoice.py", line 1805, in send_mail
      return super(mail_compose_message, self).send_mail(cr, uid, ids, context=context)
    File "/opt/openerp/addons/email_template/wizard/mail_compose_message.py", line 80, in send_mail
      return super(mail_compose_message, self).send_mail(cr, uid, ids, context=context)
    File "/opt/openerp/addons/mail/wizard/mail_compose_message.py", line 259, in send_mail
      msg_id = active_model_pool.message_post(cr, uid, [res_id], type='comment', subtype=subtype, context=context, **post_values)
  AttributeError: 'stock.move' object has no attribute 'message_post'

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


References