Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
4382 Weergaven

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
Annuleer
Auteur Beste antwoord

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
Annuleer
Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
2
sep. 22
18923
3
mei 17
6496
1
mrt. 15
5136
2
mrt. 15
5057
0
mrt. 15
4949