コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3467 ビュー

My company would like to use the CSV import feature to upload new products in batches, but the fact that Odoo CSV stores the images as Base64 encoded strings makes it very impractical.

I'm wondering if I could modify the existing functionality to grab the images from the URLs or some internal server paths instead, but I don't know where to start with editing a built-in module as the CSV import is?
I'll appreciate any suggestion.

Thanks!!

アバター
破棄
最善の回答

The import is handled in the base_import module. You will need to extend this module functionalities so you may modify the functionality.

アバター
破棄
関連投稿 返信 ビュー 活動
1
3月 18
3548
1
3月 15
9101
2
3月 15
10910
1
2月 21
4672
3
7月 17
4870