[REF] stock: some more doc

bzr revid: qdp-launchpad@openerp.com-20140328135131-4ol7d78efvtbekw5
This commit is contained in:
Quentin (OpenERP) 2014-03-28 14:51:31 +01:00
parent d381fd5d33
commit 3edeb37c27
1 changed files with 2 additions and 0 deletions

View File

@ -2283,6 +2283,8 @@ class stock_move(osv.osv):
""" Splits qty from move move into a new move
:param move: browse record
:param qty: float. quantity to split (given in product UoM)
:param restrict_lot_id: optional production lot that can be given in order to force the new move to restrict its choice of quants to this lot.
:param restrict_partner_id: optional partner that can be given in order to force the new move to restrict its choice of quants to the ones belonging to this partner.
:param context: dictionay. can contains the special key 'source_location_id' in order to force the source location when copying the move
returns the ID of the backorder move created