Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shopinvader-git-bot committed Feb 1, 2024
1 parent ccfe59b commit b64c0ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -27,6 +27,7 @@ addon | version | maintainers | summary
[shopinvader_api_address](shopinvader_api_address/) | 16.0.1.2.1 | | Adds a service to manage shopinvader invoicing and delivery address
[shopinvader_api_cart](shopinvader_api_cart/) | 16.0.1.3.1 | | Cart FastAPI designed to work with the shopinvader-js-cart library see (https://github.com/shopinvader/shopinvader-js-cart)
[shopinvader_api_sale](shopinvader_api_sale/) | 16.0.1.1.3 | | Sale FastApi for exposing sale order
[shopinvader_api_sale_loyalty](shopinvader_api_sale_loyalty/) | 16.0.1.0.1 | | FastAPI services to add coupons and loyalties to carts.
[shopinvader_api_security_sale](shopinvader_api_security_sale/) | 16.0.1.1.1 | | Add security rule to expose sale order
[shopinvader_api_wishlist](shopinvader_api_wishlist/) | 16.0.1.0.1 | | Handle shop wishlist
[shopinvader_base_url](shopinvader_base_url/) | 16.0.1.0.3 | | keep history of url for products & categories
Expand Down
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
@@ -1 +1 @@
16.0.20231220.0
16.0.20240201.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Expand Up @@ -14,6 +14,7 @@
'odoo-addon-shopinvader_api_address>=16.0dev,<16.1dev',
'odoo-addon-shopinvader_api_cart>=16.0dev,<16.1dev',
'odoo-addon-shopinvader_api_sale>=16.0dev,<16.1dev',
'odoo-addon-shopinvader_api_sale_loyalty>=16.0dev,<16.1dev',
'odoo-addon-shopinvader_api_security_sale>=16.0dev,<16.1dev',
'odoo-addon-shopinvader_api_wishlist>=16.0dev,<16.1dev',
'odoo-addon-shopinvader_base_url>=16.0dev,<16.1dev',
Expand Down
2 changes: 1 addition & 1 deletion shopinvader_api_sale_loyalty/README.rst
Expand Up @@ -7,7 +7,7 @@ Shopinvader API Sale Loyalty
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:181f22ca86c6b563f98c38b69eb73b031e2d5464d9cba7c3ebd919f889c80c73
!! source digest: sha256:ea4ed00a2cf38d60f1d6fdd88017d9839a45051ee4cf6d4daa218c3949c5cdea
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion shopinvader_api_sale_loyalty/__manifest__.py
Expand Up @@ -5,7 +5,7 @@
"name": "Shopinvader API Sale Loyalty",
"summary": """
FastAPI services to add coupons and loyalties to carts.""",
"version": "16.0.1.0.0",
"version": "16.0.1.0.1",
"license": "AGPL-3",
"author": "ACSONE SA/NV",
"website": "https://github.com/shopinvader/odoo-shopinvader",
Expand Down
2 changes: 1 addition & 1 deletion shopinvader_api_sale_loyalty/static/description/index.html
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Shopinvader API Sale Loyalty</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:181f22ca86c6b563f98c38b69eb73b031e2d5464d9cba7c3ebd919f889c80c73
!! source digest: sha256:ea4ed00a2cf38d60f1d6fdd88017d9839a45051ee4cf6d4daa218c3949c5cdea
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/shopinvader/odoo-shopinvader/tree/16.0/shopinvader_api_sale_loyalty"><img alt="shopinvader/odoo-shopinvader" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github" /></a></p>
<p>This module extends the functionality of Shopinvader to support Coupons
Expand Down

0 comments on commit b64c0ca

Please sign in to comment.