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

This code is not working for me.


def _prepare_procurement_values(self, group_id=False):
vals = super(InheritSaleOrderLine, self)._prepare_procurement_values(group_id)
for rec in self:
vals.update({
'description_picking': rec.name
})
return vals

アバター
破棄
関連投稿 返信 ビュー 活動
1
8月 21
6828
0
2月 17
6002
2
2月 24
3820
1
4月 23
2541
1
6月 22
3268