This question has been flagged

Hi All.

I am having problems when inheriting website_sale.product. Im getting an error: "Missing Record  - Error - Remaining: ['My_theme']"  when i update the theme.

When i remove the code that causes the error, then update the theme, i still get the error. the only way to fix it is to make a new theme.. any idea what's happening?

my manefest:

<code>

{

    'name': 'GSS theme 4',
    'description': 'General theme for shop.',

    'version': '1.0',

    'author': 'sion',

    'category': 'Theme/Ecommerce',

    'depends': ['website', 'website_sale', ],

    'data': [ 'views/assets.xml','views/layout.xml','views/product.xml',

],

}


</code>

And my product.xml

 

<?xml version="1.0" encoding="utf-8" ?>

<odoo>

<template id="gss_product_test" inherit_id="website_sale.product" customize_show="True" 

          name="Gss product test" priority="20">

    <xpath expr="//div[@id='product_option_block']" position="inside">

    <div >does this work?</div>

    </xpath>

</template>

    </odoo>

 


Any help is greatly appreciated .

kind regards

Avatar
Discard

did you find any solution ?
I'm facing the same issue