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

Hi, 

I'm trying to inherit and customize eCommerce Categories list on the shop page to show eCommerce Categories template. I try this:

<template inherit_id="website_sale.products" active="False" customize_show="True" name="eCommerce Categories New">

 but getting error:

"External ID not found in the system: website_sale.products" while parsing
Avatar
Discard
Best Answer

Hi,
Did you installed the module website_sale in the database ? Also make sure that the website_sale is given in the depends of your module.


Thanks

Avatar
Discard
Author

Hi,

eCommerce (wesite_sale) is installed, dependency is add like that:

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

in __manifest__.py in theme_mytheme