This question has been flagged
2405 Views

I edited the HTML editor under customize in my ecommerce during browser. Odoo Enterprise v10, Ubuntu 16.04 installed of DPKG

It was under the website_sales.product when you browse into a product. I cant seem to locate this file on the server in order to remove the lines of code I added.


This is the error I get when I browse down to a single Item now.

Error to render compiling AST
AttributeError: 'NoneType' object has no attribute 'product_id'
Template: 1292
Path: /templates/t/t/div/section/div[2]/div[2]/td
Node: <td t-if="line.product_id.product_tmpl_id"> 

                  <div>

                         <strong t-field="line.product_id.with_context(display_default_code=True).display_name"/>

                    </div>

    </td>
             
Avatar
Discard
Author

Server Error Log

2017-12-17 10:07:10,663 37069 ERROR garys-corp odoo.addons.website.models.ir_http: 500 Internal Server Error:

Traceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 273, in _handle_exception

    response = super(Http, cls)._handle_exception(exception)

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_http.py", line 169, in _handle_exception

    return request._handle_exception(exception)

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 768, in _handle_exception

    return super(HttpRequest, self)._handle_exception(exception)

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_http.py", line 195, in _dispatch

    result = request.dispatch()

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 827, in dispatch

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

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 333, in _call_function

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

  File "/usr/lib/python2.7/dist-packages/odoo/service/model.py", line 101, in wrapper

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

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 329, in checked_call

    result.flatten()

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1259, in flatten

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

  File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 1252, in render

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

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_ui_view.py", line 1043, in render_template

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

  File "/usr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_ui_view.py", line 115, in render

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

  File "/usr/lib/python2.7/dist-packages/odoo/addons/web_editor/models/ir_ui_view.py", line 26, in render

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

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_ui_view.py", line 1063, in render

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

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_qweb/ir_qweb.py", line 53, in render

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

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_qweb/qweb.py", line 248, in render

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

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_qweb/qweb.py", line 322, in _compiled_fn

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

QWebException: 'NoneType' object has no attribute 'product_id'

Traceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_qweb/qweb.py", line 315, in _compiled_fn

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

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

  File "<template>", line 3, in body_call_content_16768 AttributeError: 'NoneType' object has no attribute 'product_id'

Error to render compiling AST AttributeError: 'NoneType' object has no attribute 'product_id'

Template: 1292 Path: /templates/t/t/div/section/div[2]/div[2]/td Node: <td t-if="line.product_id.product_tmpl_id">

                  <div>

                         <strong t-field="line.product_id.with_context(display_default_code=True).display_name"/>

                    </div>

    </td>