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 Dec 2, 2024
1 parent ca4e903 commit e818c53
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +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.4.0 | | 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_customer](shopinvader_api_customer/) | 16.0.1.0.0 | | Adds service to manage shopinvader customer
[shopinvader_api_customer](shopinvader_api_customer/) | 16.0.1.1.0 | | Adds service to manage shopinvader customer
[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.4 | | Sale FastApi for exposing sale order
[shopinvader_api_sale_loyalty](shopinvader_api_sale_loyalty/) | 16.0.1.1.0 | | FastAPI services to add coupons and loyalties to carts.
Expand Down
2 changes: 1 addition & 1 deletion shopinvader_api_customer/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Shopinvader Api Customer
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9084f7977dd4fc08485f669793299177bfc0119db8997f71845a7159784c5025
!! source digest: sha256:44dee66943ce2c6e10bb00960c7c4ff1736ef807b0df76be6a3b9ed29a060215
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion shopinvader_api_customer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Shopinvader Api Customer",
"summary": """
Adds service to manage shopinvader customer""",
"version": "16.0.1.0.0",
"version": "16.0.1.1.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA),Odoo Community Association (OCA)",
"website": "https://github.com/shopinvader/odoo-shopinvader",
Expand Down
10 changes: 5 additions & 5 deletions shopinvader_api_customer/static/description/index.html
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 All @@ -9,10 +8,11 @@

/*
:Author: David Goodger (goodger@python.org)
: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 @@ -275,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 @@ -301,7 +301,7 @@
span.pre {
white-space: pre }

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

span.section-subtitle {
Expand Down Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Shopinvader Api Customer</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9084f7977dd4fc08485f669793299177bfc0119db8997f71845a7159784c5025
!! source digest: sha256:44dee66943ce2c6e10bb00960c7c4ff1736ef807b0df76be6a3b9ed29a060215
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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_customer"><img alt="shopinvader/odoo-shopinvader" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github" /></a></p>
<p>This addon adds a web API to allow your logged-in customer to manage their settings as its name, mobile, phone, opt-in, …</p>
Expand Down

0 comments on commit e818c53

Please sign in to comment.