mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] mrp_production_putaway_strategy: TypeError: message_post() takes 1 positional argument but 2 were given
This commit is contained in:
@@ -21,5 +21,5 @@ class MrpProduction(models.Model):
|
||||
"Applied Putaway strategy to finished products.\n"
|
||||
"Finished Products Location: %s." %
|
||||
mo.location_dest_id.complete_name)
|
||||
mo.message_post(message, message_type='comment')
|
||||
mo.message_post(body=message, message_type='comment')
|
||||
return mo
|
||||
|
||||
Reference in New Issue
Block a user