diff --git a/README.md b/README.md index 04093f2eaa61..5a74a3b4f561 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ addon | version | maintainers | summary [sale_stock_restocking_fee_invoicing](sale_stock_restocking_fee_invoicing/) | 16.0.1.0.0 | | On demand charge restocking fee for accepting returned goods . [stock_account_product_run_fifo_hook](stock_account_product_run_fifo_hook/) | 16.0.2.0.0 | | Add more flexibility in the run fifo method. [stock_auto_move](stock_auto_move/) | 16.0.1.0.0 | | Automatic Move Processing -[stock_customer_deposit](stock_customer_deposit/) | 16.0.1.1.0 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Customer deposits in your warehouse +[stock_customer_deposit](stock_customer_deposit/) | 16.0.1.1.1 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Customer deposits in your warehouse [stock_customer_deposit_elaboration](stock_customer_deposit_elaboration/) | 16.0.1.0.1 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Glue module betwen stock_customer_deposit and sale_elaboration [stock_customer_deposit_sale_margin](stock_customer_deposit_sale_margin/) | 16.0.1.0.1 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Set purchase price to zero when deliver customer deposit [stock_delivery_note](stock_delivery_note/) | 16.0.1.0.0 | | This module allows to fill in a delivery note that will be displayed on delivery report diff --git a/stock_customer_deposit/README.rst b/stock_customer_deposit/README.rst index 4e9ee958aee0..27b450cc7147 100644 --- a/stock_customer_deposit/README.rst +++ b/stock_customer_deposit/README.rst @@ -7,7 +7,7 @@ Stock Customer Deposit !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a5ffe90bac3fee3dc6d433b8836274ec7282fb1b85e1accdd24fb6827d4160aa + !! source digest: sha256:e4e1151ac5869057278e56e0f71ad89600a60d5b391eb187143f5d00c62bd9c6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/stock_customer_deposit/__manifest__.py b/stock_customer_deposit/__manifest__.py index 0dfcc8757553..9278331bed70 100644 --- a/stock_customer_deposit/__manifest__.py +++ b/stock_customer_deposit/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Customer Deposit", "summary": "Customer deposits in your warehouse", - "version": "16.0.1.1.0", + "version": "16.0.1.1.1", "development_status": "Alpha", "category": "Inventory/Delivery", "website": "https://github.com/OCA/stock-logistics-workflow", diff --git a/stock_customer_deposit/static/description/index.html b/stock_customer_deposit/static/description/index.html index 9641145361ae..4f3e4e6af898 100644 --- a/stock_customer_deposit/static/description/index.html +++ b/stock_customer_deposit/static/description/index.html @@ -8,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. @@ -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 } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Stock Customer Deposit

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

Alpha License: LGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runboat

This module extends the functionality of the consignment stock to @@ -502,7 +503,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.