Error on procurment action_produce_assign_product

Bug #272168 reported by Ferran Pegueroles
2
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

There is an erro in mrp.py on function action_produce_assign_product.

The line

'date_planned': newdate,

Produces an error in the insert to the database and should be

'date_planned': newdate.strftime('%Y-%m-%d'),

Maybe is because I'm using PostgreSQL verions 7.4, but I think this should be correctes.

Changed in openobject-addons:
status: New → Fix Committed
Changed in openobject-addons:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.