← Back to team overview

openerp-india team mailing list archive

[Bug 1322466] [NEW] Automated action with mrp module

 

Public bug reported:

I want to send notification mail when MO is generated and for that i
have created an automated action.

My automated action rule define like with following criteria.

Automated action:

Related Document Model: Manufacturing Order
After Update: filter with state = draft

Server Action:

Object: Manufacturing Order 
Action Type: Email

So when i made the Sale order for the produce type product so it will
generate MO so that notification mail via automated action i want to
send the email.

But i am getting following traceback.


Traceback:

File
"/home/software/workspace/openerp/addons/mrp_operations/mrp_operations.py",
line 272, in _compute_planned_workcenter }, context=context,
update=False) TypeError: wrapper() got an unexpected keyword argument
'update'

** Affects: openobject-addons
     Importance: Undecided
         Status: New

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

Title:
  Automated action with mrp module

Status in OpenERP Addons (modules):
  New

Bug description:
  I want to send notification mail when MO is generated and for that i
  have created an automated action.

  My automated action rule define like with following criteria.

  Automated action:

  Related Document Model: Manufacturing Order
  After Update: filter with state = draft

  Server Action:

  Object: Manufacturing Order 
  Action Type: Email

  So when i made the Sale order for the produce type product so it will
  generate MO so that notification mail via automated action i want to
  send the email.

  But i am getting following traceback.

  
  Traceback:

  File
  "/home/software/workspace/openerp/addons/mrp_operations/mrp_operations.py",
  line 272, in _compute_planned_workcenter }, context=context,
  update=False) TypeError: wrapper() got an unexpected keyword argument
  'update'

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


Follow ups

References