Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Feb 29, 2024
1 parent f10a093 commit bad0d8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ addon | version | maintainers | summary
[website_sale_checkout_country_vat](website_sale_checkout_country_vat/) | 14.0.1.0.1 | | Autocomplete VAT in checkout process
[website_sale_checkout_skip_payment](website_sale_checkout_skip_payment/) | 14.0.1.2.0 | | Skip payment for logged users in checkout process
[website_sale_delivery_group](website_sale_delivery_group/) | 14.0.1.0.1 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Provides a way to group shipping methods
[website_sale_filter_product_brand](website_sale_filter_product_brand/) | 14.0.1.0.1 | | Website Sale Filter Product Brand
[website_sale_filter_product_brand](website_sale_filter_product_brand/) | 14.0.1.0.2 | | Website Sale Filter Product Brand
[website_sale_hide_empty_category](website_sale_hide_empty_category/) | 14.0.1.0.0 | | Hide any Product Categories that are empty
[website_sale_hide_price](website_sale_hide_price/) | 14.0.1.1.0 | | Hide product prices on the shop
[website_sale_infinite_scroll](website_sale_infinite_scroll/) | 14.0.1.0.1 | [![dessanhemrayev](https://github.com/dessanhemrayev.png?size=30px)](https://github.com/dessanhemrayev) [![CetmixGitDrone](https://github.com/CetmixGitDrone.png?size=30px)](https://github.com/CetmixGitDrone) | eCommerce Infinite Scroll
Expand Down
2 changes: 1 addition & 1 deletion website_sale_filter_product_brand/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Website Sale Filter Product Brand
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:6a70d583743d9f2bb4ed61d0fec975ae702e33298e0d68d90320c74457c1c39a
!! source digest: sha256:fcf07b478e1b279751822a85270fed908975c0a509dd88a31cf0e9aa0b967da4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion website_sale_filter_product_brand/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Website Sale Filter Product Brand",
"author": "Advitus MB, Ooops, Cetmix, Odoo Community Association (OCA)",
"version": "14.0.1.0.1",
"version": "14.0.1.0.2",
"website": "https://github.com/OCA/e-commerce",
"category": "Website/Website",
"depends": ["product_brand", "website_sale"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down Expand Up @@ -367,7 +366,7 @@ <h1 class="title">Website Sale Filter Product Brand</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:6a70d583743d9f2bb4ed61d0fec975ae702e33298e0d68d90320c74457c1c39a
!! source digest: sha256:fcf07b478e1b279751822a85270fed908975c0a509dd88a31cf0e9aa0b967da4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/e-commerce/tree/14.0/website_sale_filter_product_brand"><img alt="OCA/e-commerce" src="https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/e-commerce-14-0/e-commerce-14-0-website_sale_filter_product_brand"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/e-commerce&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This is module extends “website_sale_product_brand” to add brands as a filter on shop sidebar.</p>
Expand Down

0 comments on commit bad0d8b

Please sign in to comment.