Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
4446 Tampilan

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 !

Avatar
Buang
Penulis Jawaban Terbai

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.

Avatar
Buang
Jawaban Terbai

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.

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Sep 22
19029
3
Mei 17
6570
1
Mar 15
5171
2
Mar 15
5105
0
Mar 15
4991