Ir al contenido
<description t-esc="product.website_description or product.name"/> <link t-esc="product.website_url"/> <image_link t-esc="'https://baby-kamila.com/web/image/product.template/' + str(product.id) + '/image_1920'"/> <availability t-esc="'in stock' if product.qty_available > 0 else 'out of stock'"/> <price t-esc="int(product.lst_price)"/> COP <brand>Baby Kamila</brand> <condition>new</condition> <category t-esc="', '.join(product.public_categ_ids.mapped('name'))"/> </product> </t> </t> <!-- Fin del Feed de Productos --> </body> </html>