Browse Source

Oct 08: [FIX] Bug Fixed 'theme_eco_food'

pull/347/head
Cybrosys Technologies 7 months ago
parent
commit
a9a507d2e7
  1. 7
      theme_eco_food/views/header_template.xml

7
theme_eco_food/views/header_template.xml

@ -1,11 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- to remove default cart-->
<template id="template_header_default_cart" inherit_id="website_sale.template_header_default">
<xpath expr="//t[@t-call='website_sale.header_cart_link']" position="replace"/>
</template>
<!-- template for header-->
<template id="header_eco_food" inherit_id="website.template_header_default"
<template id="header_eco_food" inherit_id="website.template_header_default"
name="Template Header Theme EcoFood" active="True">
<xpath expr="//header" position="replace">
<header id="eco_food_header" class="header_modern_light">

Loading…
Cancel
Save