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
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
4
mrt. 22
|
17301 | ||
|
2
dec. 21
|
1801 | ||
How to use urls as product images?
Opgelost
|
|
2
dec. 19
|
23483 | |
How to import product images ?
Opgelost
|
|
3
nov. 24
|
14073 | |
|
0
jun. 22
|
2401 |
The main image field used is image_1920 and the others for preview and can't be set.