[IMP] Change to followed route

bzr revid: jco@openerp.com-20130829160433-71wo5rgowv61dhhj
This commit is contained in:
Josse Colpaert 2013-08-29 18:04:33 +02:00
parent 6d55144ca9
commit 81cb96eb92
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class procurement_rule(osv.osv):
class procurement_order(osv.osv):
_inherit = 'procurement.order'
_columns = {
'route_ids': fields.many2many('stock.location.route', 'stock_location_route_procurement', 'procurement_id', 'route_id', 'Destination route', help="Preferred route to be followed by the procurement order"),
'route_ids': fields.many2many('stock.location.route', 'stock_location_route_procurement', 'procurement_id', 'route_id', 'Followed Route', help="Preferred route to be followed by the procurement order"),
}
def _run_move_create(self, cr, uid, procurement, context=None):