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

Hi !

Here is a sample, not working (ERREUR: une valeur NULL viole la contrainte NOT NULL de la colonne « name » at row 2)

id,seller_ids/pricelist_ids/price 
product_product_1,666

Thanks for your help !

アバター
破棄
著作者 最善の回答

I just used a TransientModel with fields I wanted to fill, then overriding create and write methods to put the values in the right objects. Then, whenever I want to update my prices, I just import through csv on the transient object. Simple, really.

アバター
破棄
最善の回答

error says that 'name' field is mandatory and you can't omit that field. for resolve this error, you've to add "name" field to your csv file.

アバター
破棄
関連投稿 返信 ビュー 活動
2
9月 22
18874
3
5月 17
6466
1
3月 15
5075
2
3月 15
5025
0
3月 15
4905