Browse Source

[UPDT] Bug fixed 'product_brand_ecommerce'

pull/165/head
Ajmal Cybro 5 years ago
parent
commit
44db0e4971
  1. 2
      product_brand_ecommerce/__manifest__.py
  2. 4
      product_brand_ecommerce/doc/RELEASE_NOTES.md
  3. 2
      product_brand_ecommerce/views/template.xml

2
product_brand_ecommerce/__manifest__.py

@ -21,7 +21,7 @@
{
'name': 'Product Brand in eCommerce',
'version': '13.0.1.0.0',
'version': '13.0.1.1.0',
'category': 'eCommerce',
'summary': 'Product Brand in eCommerce',
'description': 'Product Brand in eCommerce',

4
product_brand_ecommerce/doc/RELEASE_NOTES.md

@ -2,3 +2,7 @@
#### 23.12.2019
#### Version 13.0.1.0.0
#### 30.10.2020
#### Version 13.0.1.1.0
#### FIX

2
product_brand_ecommerce/views/template.xml

@ -22,7 +22,7 @@
<a t-att-href="keep('/shop', brand=0)" t-attf-class="nav-link #{'' if brand else 'active'} o_not_editable">All Brands</a>
</li>
<t t-foreach="brands" t-as="c">
<t t-call="product_brand_eCommerce.brands_recursive" />
<t t-call="product_brand_ecommerce.brands_recursive" />
</t>
</ul>
</div>

Loading…
Cancel
Save