I'm using Odoo v10 and I need to import all product pictures into Odoo.
Now all pictures are in Amazon S3 and I would like to import all pictures using the Odoo API starting from URLs.
1. How I can use the API to import multiple picture for each product color?
2. Since I don't need to store again all the pictures, how can I use URL instead of the default fields.Binary?