Skip to content

Commit 24a47d9

Browse files
author
shopinvader-git-bot
committed
[BOT] post-merge updates
1 parent 47a48d7 commit 24a47d9

7 files changed

Lines changed: 31 additions & 21 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ addon | version | maintainers | summary
2929
[shopinvader_anonymous_partner](shopinvader_anonymous_partner/) | 18.0.1.0.0 | | Manage anonymous partners with a cookie.
3030
[shopinvader_api_address](shopinvader_api_address/) | 18.0.1.0.0 | | Adds a service to manage shopinvader invoicing and delivery address
3131
[shopinvader_api_address_shipping_note](shopinvader_api_address_shipping_note/) | 18.0.1.0.0 | | Adds a shipping note on schemas of services to manage Shipping Addresses
32-
[shopinvader_api_cart](shopinvader_api_cart/) | 18.0.1.0.0 | | Cart FastAPI designed to work with the shopinvader-js-cart library see (https://github.com/shopinvader/shopinvader-js-cart)
32+
[shopinvader_api_cart](shopinvader_api_cart/) | 18.0.1.0.1 | | Cart FastAPI designed to work with the shopinvader-js-cart library see (https://github.com/shopinvader/shopinvader-js-cart)
3333
[shopinvader_api_cart_cancel](shopinvader_api_cart_cancel/) | 18.0.1.0.0 | | Cancel cart via Fastapi
3434
[shopinvader_api_cart_options](shopinvader_api_cart_options/) | 18.0.1.0.0 | | Add product options to the cart API
3535
[shopinvader_api_cart_step](shopinvader_api_cart_step/) | 18.0.1.0.0 | | Track checkout steps on sale cart.
@@ -46,7 +46,7 @@ addon | version | maintainers | summary
4646
[shopinvader_delivery_state](shopinvader_delivery_state/) | 18.0.1.0.0 | | Shopinvader delivery state
4747
[shopinvader_fastapi_auth_jwt](shopinvader_fastapi_auth_jwt/) | 18.0.1.0.0 | | Provide JWT and Anonymous Partner authentication to FastAPI routes.
4848
[shopinvader_fastapi_auth_partner](shopinvader_fastapi_auth_partner/) | 18.0.1.0.0 | | Provide Partner and Anonymous Partner authentication to FastAPI routes.
49-
[shopinvader_router_helper](shopinvader_router_helper/) | 18.0.1.0.0 | | Standard helper for shopinvader routers
49+
[shopinvader_router_helper](shopinvader_router_helper/) | 18.0.1.0.1 | | Standard helper for shopinvader routers
5050
[shopinvader_sale_cart](shopinvader_sale_cart/) | 18.0.1.0.0 | | ShopInvader logic for sale carts.
5151
[shopinvader_sale_cart_anonymous_partner](shopinvader_sale_cart_anonymous_partner/) | 18.0.1.0.0 | | Glue module between shopinvader_sale_cart and shopinvader_anonymous_partner. This module solves cart conflicts when an anonymous user sign in.
5252
[shopinvader_sale_channel](shopinvader_sale_channel/) | 18.0.1.0.0 | <a href='https://github.com/paradoxxxzero'><img src='https://github.com/paradoxxxzero.png' width='32' height='32' style='border-radius:50%;' alt='paradoxxxzero'/></a> | Adds sale channel management to Shopinvader

shopinvader_api_cart/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Shopinvader API Cart
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:ed3166b9635f57879bf222968748c359cc894d436b55ff765fe8a0f62bb77b4a
14+
!! source digest: sha256:c5c4cc76ce34b76bc2455fd8abd7ece50184fd7e9e10d1d662945fd06a6cc27e
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

shopinvader_api_cart/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"summary": """
77
Cart FastAPI designed to work with the shopinvader-js-cart library
88
see (https://github.com/shopinvader/shopinvader-js-cart)""",
9-
"version": "18.0.1.0.0",
9+
"version": "18.0.1.0.1",
1010
"license": "AGPL-3",
1111
"author": "ACSONE SA/NV",
1212
"website": "https://github.com/shopinvader/odoo-shopinvader",

shopinvader_api_cart/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Shopinvader API Cart</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:ed3166b9635f57879bf222968748c359cc894d436b55ff765fe8a0f62bb77b4a
375+
!! source digest: sha256:c5c4cc76ce34b76bc2455fd8abd7ece50184fd7e9e10d1d662945fd06a6cc27e
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/shopinvader/odoo-shopinvader/tree/18.0/shopinvader_api_cart"><img alt="shopinvader/odoo-shopinvader" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github" /></a></p>
378378
<p>This addon adds a web API on top of the sale.order model to ease the

shopinvader_router_helper/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=========================
26
Shopinvader Router Helper
37
=========================
@@ -7,13 +11,13 @@ Shopinvader Router Helper
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:c33b824d716833af678ee79b2d3617896812e281448359c775bc38bebb516f7d
14+
!! source digest: sha256:af7981377988baf0214c97d170b84284781c19593a3145b5ef310c1405eda5dd
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github

shopinvader_router_helper/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Shopinvader Router Helper",
77
"summary": "Standard helper for shopinvader routers",
8-
"version": "18.0.1.0.0",
8+
"version": "18.0.1.0.1",
99
"category": "Tools",
1010
"website": "https://github.com/shopinvader/odoo-shopinvader",
1111
"author": " Akretion",

shopinvader_router_helper/static/description/index.html

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Shopinvader Router Helper</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,19 +360,24 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="shopinvader-router-helper">
364-
<h1 class="title">Shopinvader Router Helper</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="shopinvader-router-helper">
370+
<h1>Shopinvader Router Helper</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:c33b824d716833af678ee79b2d3617896812e281448359c775bc38bebb516f7d
375+
!! source digest: sha256:af7981377988baf0214c97d170b84284781c19593a3145b5ef310c1405eda5dd
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/18.0/shopinvader_router_helper"><img alt="shopinvader/odoo-shopinvader" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github" /></a></p>
377+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/shopinvader/odoo-shopinvader/tree/18.0/shopinvader_router_helper"><img alt="shopinvader/odoo-shopinvader" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github" /></a></p>
373378
<p>Base helper for all shopinvader routers.</p>
374379
<div class="section" id="simple-usage">
375-
<h1>Simple Usage</h1>
380+
<h2>Simple Usage</h2>
376381
<p>The helper can be used as-is for a simple inheritable router logic:</p>
377382
<pre class="code python literal-block">
378383
<span class="nd">&#64;router</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;/name-type/</span><span class="si">{name}</span><span class="s2">/</span><span class="si">{type}</span><span class="s2">&quot;</span><span class="p">)</span><span class="w">
@@ -400,7 +405,7 @@ <h1>Simple Usage</h1>
400405
</pre>
401406
</div>
402407
<div class="section" id="crud-usage">
403-
<h1>CRUD Usage</h1>
408+
<h2>CRUD Usage</h2>
404409
<p>The helper can also be used to implement a full CRUD logic. For that,
405410
you need to define the model to use and the domain to restrict the
406411
records operations on.</p>
@@ -453,7 +458,7 @@ <h1>CRUD Usage</h1>
453458
</pre>
454459
</div>
455460
<div class="section" id="todo">
456-
<h1>TODO</h1>
461+
<h2>TODO</h2>
457462
<ul class="simple">
458463
<li>Check helper usage with fastapi dependency injection system for
459464
cleaner code.</li>
@@ -467,35 +472,36 @@ <h1>TODO</h1>
467472
</ul>
468473
</div>
469474
<div class="section" id="bug-tracker">
470-
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
475+
<h3><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h3>
471476
<p>Bugs are tracked on <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/issues">GitHub Issues</a>.
472477
In case of trouble, please check there if your issue has already been reported.
473478
If you spotted it first, help us to smash it by providing a detailed and welcomed
474479
<a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/issues/new?body=module:%20shopinvader_router_helper%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
475480
<p>Do not contact contributors directly about support or help with technical issues.</p>
476481
</div>
477482
<div class="section" id="credits">
478-
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
483+
<h3><a class="toc-backref" href="#toc-entry-2">Credits</a></h3>
479484
</div>
480485
</div>
481486
<div class="section" id="authors">
482-
<h1>Authors</h1>
487+
<h2>Authors</h2>
483488
<ul class="simple">
484489
<li>Akretion</li>
485490
</ul>
486491
</div>
487492
<div class="section" id="contributors">
488-
<h1>Contributors</h1>
493+
<h2>Contributors</h2>
489494
<ul class="simple">
490495
<li>Florian Mounier <a class="reference external" href="mailto:florian.mounier&#64;akretion.com">florian.mounier&#64;akretion.com</a></li>
491496
<li>Sébastien BEAU <a class="reference external" href="mailto:sebastien.beau&#64;akretion.com">sebastien.beau&#64;akretion.com</a></li>
492497
</ul>
493498
</div>
494499
<div class="section" id="maintainers">
495-
<h1>Maintainers</h1>
500+
<h2>Maintainers</h2>
496501
<p>This module is part of the <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/tree/18.0/shopinvader_router_helper">shopinvader/odoo-shopinvader</a> project on GitHub.</p>
497502
<p>You are welcome to contribute.</p>
498503
</div>
499504
</div>
505+
</div>
500506
</body>
501507
</html>

0 commit comments

Comments
 (0)