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
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
How to add product image from xmlrpc call
Rozwiązane
|
|
4
mar 22
|
17267 | |
|
2
gru 21
|
1794 | ||
How to use urls as product images?
Rozwiązane
|
|
2
gru 19
|
23462 | |
How to import product images ?
Rozwiązane
|
|
3
lis 24
|
14053 | |
|
0
cze 22
|
2381 |
The main image field used is image_1920 and the others for preview and can't be set.