Is there an faster and easier way to check if a product does not have any image than this?
if not product.image_1920 and not product.image_1024 and not product.image_512 and not product.image_256 and not product.image_128
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Is there an faster and easier way to check if a product does not have any image than this?
if not product.image_1920 and not product.image_1024 and not product.image_512 and not product.image_256 and not product.image_128
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
4
maalisk. 22
|
17290 | ||
|
2
jouluk. 21
|
1795 | ||
How to use urls as product images?
Ratkaistu
|
|
2
jouluk. 19
|
23470 | |
How to import product images ?
Ratkaistu
|
|
3
marrask. 24
|
14063 | |
|
0
kesäk. 22
|
2384 |
The main image field used is image_1920 and the others for preview and can't be set.