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
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
4
mar 22
|
17286 | ||
|
2
dic 21
|
1795 | ||
|
2
dic 19
|
23466 | ||
How to import product images ?
Risolto
|
|
3
nov 24
|
14062 | |
|
0
giu 22
|
2383 |
The main image field used is image_1920 and the others for preview and can't be set.