Skip to content

Commit

Permalink
[IMP]Changed name of module.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetSCS committed Sep 11, 2015
1 parent c026482 commit 65edc0a
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3

=====================
Website Product Brand
=====================
==========================
Website Sale Product Brand
==========================

Description
===========
Expand All @@ -15,7 +15,7 @@ This Module depends on product_brand module :
->https://github.com/OCA/product-attribute/tree/8.0/product_brand

While shopping online, we have seen various eShops having a feature to shop by brands
which ODOO does not yet provide officially.Website Product Brand fills the gap at certain
which ODOO does not yet provide officially.Website Sale Product Brand fills the gap at certain
extent and by providing basic search by brands, thus reducing end-user’s efforts in
searching the products he/she wants to purchase.

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def product_brands(self, **post):
if post.get('search'):
values.update({'search': post.get('search')})
return request.website.render(
'website_product_brand.product_brands',
'website_sale_product_brand.product_brands',
values)

openerp.addons.website_sale.controllers.main.website_sale = WebsiteSale
File renamed without changes.
File renamed without changes.

0 comments on commit 65edc0a

Please sign in to comment.