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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
| 
            
                How to add product image from xmlrpc call
            
            
                    Diselesaikan
            
         |  | 4 Mar 22  | 18079 | |
|  | 2 Des 21  | 2166 | ||
| 
            
                How to use urls as product images?
            
            
                    Diselesaikan
            
         |  | 2 Des 19  | 24076 | |
| 
            
                How to import product images  ? 
            
            
                    Diselesaikan
            
         |  | 3 Nov 24  | 15014 | |
|  | 0 Jun 22  | 2854 | 
The main image field used is image_1920 and the others for preview and can't be set.