跳至内容
菜单
此问题已终结
2 回复
4316 查看

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
18865
3
5月 17
6459
1
3月 15
5060
2
3月 15
5017
0
3月 15
4901