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 Jun 4, 2024
1 parent b9fc6cb commit 4413a7c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ addon | version | maintainers | summary
[shopinvader_api_address](shopinvader_api_address/) | 16.0.1.3.0 | | Adds a service to manage shopinvader invoicing and delivery address
[shopinvader_api_cart](shopinvader_api_cart/) | 16.0.1.3.4 | | Cart FastAPI designed to work with the shopinvader-js-cart library see (https://github.com/shopinvader/shopinvader-js-cart)
[shopinvader_api_cart_step](shopinvader_api_cart_step/) | 16.0.1.0.0 | | Track checkout steps on sale cart.
[shopinvader_api_lead](shopinvader_api_lead/) | 16.0.1.0.1 | | Lead FastAPI adding a service for creating CRM leads.
[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
Expand Down
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.0.20240603.1
16.0.20240604.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'odoo-addon-shopinvader_api_address>=16.0dev,<16.1dev',
'odoo-addon-shopinvader_api_cart>=16.0dev,<16.1dev',
'odoo-addon-shopinvader_api_cart_step>=16.0dev,<16.1dev',
'odoo-addon-shopinvader_api_lead>=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',
Expand Down
2 changes: 1 addition & 1 deletion shopinvader_api_lead/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Shopinvader API Lead
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:d2d1149686c5507f0e6531ff1fede8002b86efb86e63f5800a695e13abe424df
!! source digest: sha256:c7cd7a625f45786844ba5454995d5e4e336ae64e736f411f2ffa46cdcd8d55cb
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion shopinvader_api_lead/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Shopinvader API Lead",
"summary": """
Lead FastAPI adding a service for creating CRM leads.""",
"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_lead/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Shopinvader API Lead</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:d2d1149686c5507f0e6531ff1fede8002b86efb86e63f5800a695e13abe424df
!! source digest: sha256:c7cd7a625f45786844ba5454995d5e4e336ae64e736f411f2ffa46cdcd8d55cb
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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_lead"><img alt="shopinvader/odoo-shopinvader" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github" /></a></p>
<p>This addon defines a new Lead router and a new service to be able
Expand Down

0 comments on commit 4413a7c

Please sign in to comment.