Skip to Content
Menu
This question has been flagged
1 Reply
7757 Views

We just started using Product Variants, and we seem to have a product template error on our website products. We are running 13E. Any suggestions to how to rectify?


Home

Back

500: Internal Server Error

Template fallback

An error occured while rendering the template website_sale.product.


If this error is caused by a change of yours in the templates, you have the possibility to reset the template to its factory settings.


Product

QWeb

Error message:


Error to render compiling AST

AttributeError: 'product.product' object has no attribute 'image_variant'

Template: website_sale.product

Path: /t/t[4]/div/section/div[2]/div[1]/t[1]

Node: <t t-set="variant_img" t-value="product_variant and product_variant.image_variant"/>

            

The error occured while rendering the template website_sale.product and evaluating the following expression: <t t-set="variant_img" t-value="product_variant and product_variant.image_variant"/>


Traceback

Traceback (most recent call last):

  File "/opt/odoo/13.0/odoo/odoo/addons/base/models/qweb.py", line 332, in _compiled_fn

    return compiled(self, append, new, options, log)

  File "<template>", line 1, in template_website_sale_product_279

  File "<template>", line 5, in body_call_content_277

AttributeError: 'product.product' object has no attribute 'image_variant'


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "/opt/odoo/13.0/odoo/odoo/addons/base/models/ir_http.py", line 234, in _dispatch

    result = request.dispatch()

  File "/opt/odoo/13.0/odoo/odoo/http.py", line 809, in dispatch

    r = self._call_function(**self.params)

  File "/opt/odoo/13.0/odoo/odoo/http.py", line 350, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/opt/odoo/13.0/odoo/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/opt/odoo/13.0/odoo/odoo/http.py", line 342, in checked_call

    result.flatten()

  File "/opt/odoo/13.0/odoo/odoo/http.py", line 1236, in flatten

    self.response.append(self.render())

  File "/opt/odoo/13.0/odoo/odoo/http.py", line 1229, in render

    return env["ir.ui.view"].render_template(self.template, self.qcontext)

  File "/opt/odoo/13.0/odoo/odoo/addons/base/models/ir_ui_view.py", line 1177, in render_template

    return self.browse(self.get_view_id(template)).render(values, engine)

  File "/opt/odoo/13.0/odoo/addons/website/models/ir_ui_view.py", line 336, in render

    return super(View, self).render(values, engine=engine, minimal_qcontext=minimal_qcontext)

  File "/opt/odoo/13.0/odoo/addons/web_editor/models/ir_ui_view.py", line 27, in render

    return super(IrUiView, self).render(values=values, engine=engine, minimal_qcontext=minimal_qcontext)

  File "/opt/odoo/13.0/odoo/odoo/addons/base/models/ir_ui_view.py", line 1185, in render

    return self.env[engine].render(self.id, qcontext)

  File "/opt/odoo/13.0/enterprise/addons/web_studio/models/ir_qweb.py", line 43, in render

    return super(IrQWeb, self).render(template, values=values, **options)

  File "/opt/odoo/13.0/odoo/odoo/addons/base/models/ir_qweb.py", line 58, in render

    result = super(IrQWeb, self).render(id_or_xml_id, values=values, **context)

  File "/opt/odoo/13.0/odoo/odoo/addons/base/models/qweb.py", line 260, in render

    self.compile(template, options)(self, body.append, values or {})

  File "/opt/odoo/13.0/odoo/odoo/addons/base/models/qweb.py", line 339, in _compiled_fn

    raise QWebException("Error to render compiling AST", e, path, node and etree.tostring(node[0], encoding='unicode'), name)

odoo.addons.base.models.qweb.QWebException: 'product.product' object has no attribute 'image_variant'

Traceback (most recent call last):

  File "/opt/odoo/13.0/odoo/odoo/addons/base/models/qweb.py", line 332, in _compiled_fn

    return compiled(self, append, new, options, log)

  File "<template>", line 1, in template_website_sale_product_279

  File "<template>", line 5, in body_call_content_277

AttributeError: 'product.product' object has no attribute 'image_variant'


Error to render compiling AST

AttributeError: 'product.product' object has no attribute 'image_variant'

Template: website_sale.product

Path: /t/t[4]/div/section/div[2]/div[1]/t[1]

Node: <t t-set="variant_img" t-value="product_variant and product_variant.image_variant"/>

            

Avatar
Discard
Best Answer

I think you are using the custom module/code of the old version. "image_variant" field has been removed from the v13.

You can use image_variant_1920, image_variant_1024, image_variant_512, image_variant_256, image_variant_128 field.

Avatar
Discard
Related Posts Replies Views Activity
0
Aug 24
184
1
Jun 23
2347
0
Jun 23
699
0
May 22
1375
2
May 22
2208