diff --git a/README.md b/README.md index aa9863063b..46e75e16a0 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ addon | version | maintainers | summary [shopinvader_anonymous_partner](shopinvader_anonymous_partner/) | 16.0.1.0.1 | | Manage anonymous partners with a cookie. [shopinvader_api_address](shopinvader_api_address/) | 16.0.1.2.1 | | Adds a service to manage shopinvader invoicing and delivery address [shopinvader_api_cart](shopinvader_api_cart/) | 16.0.1.2.1 | | Cart FastAPI designed to work with the shopinvader-js-cart library see (https://github.com/shopinvader/shopinvader-js-cart) -[shopinvader_api_sale](shopinvader_api_sale/) | 16.0.1.1.1 | | Sale FastApi for exposing sale order +[shopinvader_api_sale](shopinvader_api_sale/) | 16.0.1.1.2 | | Sale FastApi for exposing sale order [shopinvader_api_security_sale](shopinvader_api_security_sale/) | 16.0.1.1.1 | | Add security rule to expose sale order [shopinvader_base_url](shopinvader_base_url/) | 16.0.1.0.2 | | keep history of url for products & categories [shopinvader_fastapi_auth_jwt](shopinvader_fastapi_auth_jwt/) | 16.0.1.0.1 | | Provide JWT and Anonymous Partner authentication to FastAPI routes. -[shopinvader_filtered_model](shopinvader_filtered_model/) | 16.0.1.1.0 | | Helper for exposing model easily +[shopinvader_filtered_model](shopinvader_filtered_model/) | 16.0.1.1.1 | | Helper for exposing model easily [shopinvader_product](shopinvader_product/) | 16.0.1.0.1 | | Adds shopinvader product fields and schemas [shopinvader_product_brand](shopinvader_product_brand/) | 16.0.1.0.1 | | Shopinvader product Brand [shopinvader_product_brand_tag](shopinvader_product_brand_tag/) | 16.0.1.0.1 | | Index Product Brand Tags in Shopinvader diff --git a/shopinvader_api_sale/README.rst b/shopinvader_api_sale/README.rst index 1f96c1a3b4..96a2b93125 100644 --- a/shopinvader_api_sale/README.rst +++ b/shopinvader_api_sale/README.rst @@ -7,7 +7,7 @@ Shopinvader API Sale !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:94520178bb4fede104caab53595db14b4d483ae72122927fb59ee72c017b422c + !! source digest: sha256:9f60adadb6597a5373ab4168ff17e2891c1f40c506068e165d027befb4d740aa !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/shopinvader_api_sale/__manifest__.py b/shopinvader_api_sale/__manifest__.py index 1f6564cb6b..20147be447 100644 --- a/shopinvader_api_sale/__manifest__.py +++ b/shopinvader_api_sale/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Shopinvader API Sale", "summary": "Sale FastApi for exposing sale order", - "version": "16.0.1.1.1", + "version": "16.0.1.1.2", "development_status": "Alpha", "category": "Uncategorized", "website": "https://github.com/shopinvader/odoo-shopinvader", diff --git a/shopinvader_api_sale/static/description/index.html b/shopinvader_api_sale/static/description/index.html index 2b5b03818c..f9ee00d4ce 100644 --- a/shopinvader_api_sale/static/description/index.html +++ b/shopinvader_api_sale/static/description/index.html @@ -367,7 +367,7 @@
This addon adds a web API on top of the sale.order model to list and get sale order diff --git a/shopinvader_filtered_model/README.rst b/shopinvader_filtered_model/README.rst index 260a7a7399..48f56d55aa 100644 --- a/shopinvader_filtered_model/README.rst +++ b/shopinvader_filtered_model/README.rst @@ -7,7 +7,7 @@ Shopinvader filtered model !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f131660403b94e8035fe16d7cbde8e13abc3d80c683b85657c4a98aa32284baf + !! source digest: sha256:5b7a93ce93f4edf19a6b257f3bf0ce981fe653c1ec3542c6c4620f893ac9eb88 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/shopinvader_filtered_model/__manifest__.py b/shopinvader_filtered_model/__manifest__.py index b4767e4156..354e538454 100644 --- a/shopinvader_filtered_model/__manifest__.py +++ b/shopinvader_filtered_model/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Shopinvader filtered model", "summary": "Helper for exposing model easily", - "version": "16.0.1.1.0", + "version": "16.0.1.1.1", "development_status": "Alpha", "category": "Uncategorized", "website": "https://github.com/shopinvader/odoo-shopinvader", diff --git a/shopinvader_filtered_model/static/description/index.html b/shopinvader_filtered_model/static/description/index.html index 07e7f2acd3..50f574bc21 100644 --- a/shopinvader_filtered_model/static/description/index.html +++ b/shopinvader_filtered_model/static/description/index.html @@ -367,7 +367,7 @@
Simple helper that provider the class FilteredModelAdapter that can be use to expose easily odoo records