This question has been flagged
1 Reply
2614 Views

Everytime I try to update any data from a quote I get the following error:.

Error:

Uncaught Error: Unknown field product_updatable in domain


http://www.erp.bellsandwhistlesdesign.com/web/content/471-13288d5/web.assets_backend.js:376

Traceback:

Error: Unknown field product_updatable in domain

    at Class.compute (http://www.erp.bellsandwhistlesdesign.com/web/content/471-13288d5/web.assets_backend.js:376:55)

    at evalModifier (http://www.erp.bellsandwhistlesdesign.com/web/content/471-13288d5/web.assets_backend.js:1383:91)

    at Class._evalModifiers (http://www.erp.bellsandwhistlesdesign.com/web/content/471-13288d5/web.assets_backend.js:1386:44)

    at http://www.erp.bellsandwhistlesdesign.com/web/content/471-13288d5/web.assets_backend.js:1444:300

    at Function._.each._.forEach (http://www.erp.bellsandwhistlesdesign.com/web/content/350-05241ef/web.assets_common.js:12:558)

    at http://www.erp.bellsandwhistlesdesign.com/web/content/471-13288d5/web.assets_backend.js:1444:93

    at Function._.each._.forEach (http://www.erp.bellsandwhistlesdesign.com/web/content/350-05241ef/web.assets_common.js:12:558)

    at Class._isX2ManyValid (http://www.erp.bellsandwhistlesdesign.com/web/content/471-13288d5/web.assets_backend.js:1443:672)

    at Array.<anonymous> (http://www.erp.bellsandwhistlesdesign.com/web/content/471-13288d5/web.assets_backend.js:1351:230)

    at Array.<anonymous> (http://www.erp.bellsandwhistlesdesign.com/web/content/350-05241ef/web.assets_common.js:802:681)

Avatar
Discard
Best Answer

we face same issue.

create new field
abc = fields.Char()
Add it on sale order view and you will face same issue.
this will occur if product configurator is active for sale.

Avatar
Discard