Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
4319 Vues

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
Ignorer
Auteur Meilleure réponse

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
2
sept. 22
18865
3
mai 17
6462
1
mars 15
5063
2
mars 15
5019
0
mars 15
4901