diff --git a/README.md b/README.md index 0a8c810398..ac73d8a136 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [shopinvader_address](shopinvader_address/) | 16.0.1.1.0 | | Shopinvader Address: Delivery,Invoicing [shopinvader_anonymous_partner](shopinvader_anonymous_partner/) | 16.0.1.1.0 | | Manage anonymous partners with a cookie. [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](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_lead](shopinvader_api_lead/) | 16.0.1.0.1 | | Lead FastAPI adding a service for creating CRM leads. diff --git a/shopinvader_api_cart/README.rst b/shopinvader_api_cart/README.rst index cb095a32b4..ef50d4addb 100644 --- a/shopinvader_api_cart/README.rst +++ b/shopinvader_api_cart/README.rst @@ -7,7 +7,7 @@ Shopinvader API Cart !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:710a22c613d134c190c084412d51a2ca88f16d568c3499de09288ecd2ceaaaf3 + !! source digest: sha256:d0c5a8661fd3d80a5858466abf5c1fb481a3f261a276ee357ec8e4a41319b3ac !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -103,6 +103,7 @@ Contributors * Laurent Mignon * Stéphane Bidoul * Marie Lejeune +* Simone Orsi Maintainers ~~~~~~~~~~~ diff --git a/shopinvader_api_cart/__manifest__.py b/shopinvader_api_cart/__manifest__.py index 9e1ef05a11..328b839b9d 100644 --- a/shopinvader_api_cart/__manifest__.py +++ b/shopinvader_api_cart/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ Cart FastAPI designed to work with the shopinvader-js-cart library see (https://github.com/shopinvader/shopinvader-js-cart)""", - "version": "16.0.1.3.4", + "version": "16.0.1.4.0", "license": "AGPL-3", "author": "ACSONE SA/NV", "website": "https://github.com/shopinvader/odoo-shopinvader", diff --git a/shopinvader_api_cart/static/description/index.html b/shopinvader_api_cart/static/description/index.html index 14e9dc9329..eef4dfd4d5 100644 --- a/shopinvader_api_cart/static/description/index.html +++ b/shopinvader_api_cart/static/description/index.html @@ -1,4 +1,3 @@ - @@ -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. @@ -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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Shopinvader API Cart

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:710a22c613d134c190c084412d51a2ca88f16d568c3499de09288ecd2ceaaaf3 +!! source digest: sha256:d0c5a8661fd3d80a5858466abf5c1fb481a3f261a276ee357ec8e4a41319b3ac !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 shopinvader/odoo-shopinvader

This addon adds a web API on top of the sale.order model to ease the creation of @@ -459,6 +459,7 @@

Contributors

  • Laurent Mignon <laurent.mignon@acsone.eu>
  • Stéphane Bidoul <stephane.bidoul@acsone.eu>
  • Marie Lejeune <marie.lejeune@acsone.eu>
  • +
  • Simone Orsi <simone.orsi@camptocamp.com>