コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3986 ビュー

Hi friends,

Have to duplicate sale quotation record of same even after confirms the sale order.How to achieve it when confim sale button clicks.

アバター
破棄
最善の回答

You could call to the copy method wich will create a copy of the current record and return you the new id. The copy method also could receive a dict of values for the new record if you wanna change something for the new record values like:

move_id = self.copy(cr, uid, move.id, {'product_uos_qty': product_uos_qty, 'product_qty': r[0], 'location_id': r[1]})

or

temp_id = self.copy(cr, uid, this.id, None, context=context)
アバター
破棄
関連投稿 返信 ビュー 活動
0
10月 24
1136
0
3月 15
4694
2
3月 15
10806
0
4月 24
1638
2
12月 15
4536