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 Jul 23, 2024
1 parent b550fd5 commit 6869e39
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[shopinvader_api_payment](shopinvader_api_payment/) | 16.0.1.0.0 | | Shopinvader services to be able to pay (invoices, carts,...)
[shopinvader_api_payment](shopinvader_api_payment/) | 16.0.1.1.0 | | Shopinvader services to be able to pay (invoices, carts,...)
[shopinvader_api_payment_cart](shopinvader_api_payment_cart/) | 16.0.1.0.0 | | Adds logic to be able to pay current cart
[shopinvader_api_payment_provider_custom](shopinvader_api_payment_provider_custom/) | 16.0.1.0.0 | | Specific routes for custom payments (wire transfers...) from Shopinvader
[shopinvader_api_payment_provider_sips](shopinvader_api_payment_provider_sips/) | 16.0.1.0.0 | | Specific routes for SIPS payments from Shopinvader
Expand Down
2 changes: 1 addition & 1 deletion shopinvader_api_payment/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Shopinvader Api Payment
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:475f30ab8c29fb15b5284b3f9774175053a34c7c5ad85f58f0a28b2b9171cd49
!! source digest: sha256:81a3af072b225b5a9d511729fdfff2da3ec9283c7daba022610922c2ad8eec07
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion shopinvader_api_payment/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Shopinvader Api Payment",
"summary": """
Shopinvader services to be able to pay (invoices, carts,...)""",
"version": "16.0.1.0.0",
"version": "16.0.1.1.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Shopinvader",
"website": "https://github.com/shopinvader/odoo-shopinvader-payment",
Expand Down
9 changes: 5 additions & 4 deletions shopinvader_api_payment/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

/*
:Author: David Goodger ([email protected])
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.

See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
Expand Down Expand Up @@ -274,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: grey; } /* line numbers */
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
Expand All @@ -300,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down Expand Up @@ -366,7 +367,7 @@ <h1 class="title">Shopinvader Api Payment</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:475f30ab8c29fb15b5284b3f9774175053a34c7c5ad85f58f0a28b2b9171cd49
!! source digest: sha256:81a3af072b225b5a9d511729fdfff2da3ec9283c7daba022610922c2ad8eec07
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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-payment/tree/16.0/shopinvader_api_payment"><img alt="shopinvader/odoo-shopinvader-payment" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader--payment-lightgray.png?logo=github" /></a></p>
<p>Base module for Shopinvader payment services. It defines the
Expand Down

0 comments on commit 6869e39

Please sign in to comment.