pledra/odoo-product-configurator

Error on website after choose options

abyte20 opened this issue · 3 comments

Impacted versions: Odoo 13

I installed the app and tried to buy the BMW and after selecting, Engine, Body, Lines, Interior, Extras. and finally this message appears:

Error to render compiling AST
MissingError: ('Record does not exist or has been deleted. \ N (Record: product.product (83,), User: 2)', None)
Template: website_product_configurator.cfg_product
Path: / t / t [1]
Node:

Error occurred while drawing the website_product_configurator.cfg_product template and evaluating the following expression:

Thanks

Hi @alejandrobyte we tried to reproduce this on a new local database and were not successful. It might be that you are using a database that was initialized with an older version. Can you try on a new DB and let us know if you can still reproduce it?

Hi @PCatinean
Tested with new database and same problem :(

I installed these apps in the new database:
website (default theme)
stock
account
mrp
sale_managament
website_sale
purchase
mail
product_configurator
website_product_configurator
website_product_configurator_mrp

Thanks

rpsjr commented

I've got the same issue while creating my own data.

The problem looks to be related to use products created by Configurable Templates interface from Configurator app, otherwise using base sale module to create a product and changing this product to config_ok works fine.