Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4546 Widoki

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 !

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
wrz 22
19130
3
maj 17
6682
1
mar 15
5316
2
mar 15
5202
0
mar 15
5085