diff --git a/README.md b/README.md index 5468b378d51..b5eba502ca3 100644 --- a/README.md +++ b/README.md @@ -64,15 +64,15 @@ addon | version | maintainers | summary [stock_quant_manual_assign](stock_quant_manual_assign/) | 15.0.1.2.1 | | Stock - Manual Quant Assignment [stock_quant_reservation_info](stock_quant_reservation_info/) | 15.0.1.0.1 | | Allows to see the reserved info of Products [stock_quant_reservation_info_mrp](stock_quant_reservation_info_mrp/) | 15.0.1.0.0 | | Allows to see the manufacturing order related to the reserved info of Products -[stock_request](stock_request/) | 15.0.1.8.2 | | Internal request for stock -[stock_request_analytic](stock_request_analytic/) | 15.0.1.1.0 | | Internal request for stock +[stock_request](stock_request/) | 15.0.1.8.3 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Internal request for stock +[stock_request_analytic](stock_request_analytic/) | 15.0.1.1.1 | [![AaronHForgeFlow](https://github.com/AaronHForgeFlow.png?size=30px)](https://github.com/AaronHForgeFlow) | Internal request for stock [stock_request_bom](stock_request_bom/) | 15.0.1.0.0 | | Stock Request with BOM Integration -[stock_request_kanban](stock_request_kanban/) | 15.0.1.1.2 | | Adds a stock request order, and takes stock requests as lines -[stock_request_mrp](stock_request_mrp/) | 15.0.1.3.0 | | Manufacturing request for stock -[stock_request_purchase](stock_request_purchase/) | 15.0.1.2.2 | | Internal request for stock +[stock_request_kanban](stock_request_kanban/) | 15.0.1.1.3 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds a stock request order, and takes stock requests as lines +[stock_request_mrp](stock_request_mrp/) | 15.0.1.3.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Manufacturing request for stock +[stock_request_purchase](stock_request_purchase/) | 15.0.1.2.3 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Internal request for stock [stock_request_separate_picking](stock_request_separate_picking/) | 15.0.1.0.0 | | Separate one picking per one stock request [stock_request_submit](stock_request_submit/) | 15.0.1.0.0 | | Add submit state on Stock Requests -[stock_request_tier_validation](stock_request_tier_validation/) | 15.0.1.0.0 | | Extends the functionality of Stock Requests to support a tier validation process. +[stock_request_tier_validation](stock_request_tier_validation/) | 15.0.1.0.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Extends the functionality of Stock Requests to support a tier validation process. [stock_reserve](stock_reserve/) | 15.0.1.2.1 | | Stock reservations on products [stock_reserve_rule](stock_reserve_rule/) | 15.0.1.0.1 | | Configure reservation rules by location [stock_search_supplierinfo_code](stock_search_supplierinfo_code/) | 15.0.1.0.0 | | Allows to search for picking from supplierinfo code diff --git a/stock_request/README.rst b/stock_request/README.rst index 6bf4f3fa7ca..a63720d7bb9 100644 --- a/stock_request/README.rst +++ b/stock_request/README.rst @@ -7,7 +7,7 @@ Stock Request !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6dbb9c1e3894db88e475479b0ac3e650890017c59ce450c929f014541eb4d59d + !! source digest: sha256:5c1dbefdff69e24ce26fa2ccba287bcfeb395f67d5c71c4f9dece54871dc6020 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index d2bf990097e..e8093f96893 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "15.0.1.8.2", + "version": "15.0.1.8.3", "license": "LGPL-3", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "ForgeFlow, Odoo Community Association (OCA)", diff --git a/stock_request/static/description/index.html b/stock_request/static/description/index.html index cae87d68b2c..0467eb81bbf 100644 --- a/stock_request/static/description/index.html +++ b/stock_request/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 Request

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6dbb9c1e3894db88e475479b0ac3e650890017c59ce450c929f014541eb4d59d +!! source digest: sha256:5c1dbefdff69e24ce26fa2ccba287bcfeb395f67d5c71c4f9dece54871dc6020 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module was written to allow users to request products that are @@ -467,7 +468,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.

diff --git a/stock_request_analytic/README.rst b/stock_request_analytic/README.rst index a893d869800..010ce852f62 100644 --- a/stock_request_analytic/README.rst +++ b/stock_request_analytic/README.rst @@ -7,7 +7,7 @@ Stock Request Analytic !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f31e6dc33df21fba3d3247f0a5177cc1b1934ba036cac4e941d1d14a879b4906 + !! source digest: sha256:f759c7f1144a0ef263cff1d9f7fd5620d9bdee5faf167d81836654eb82d85eab !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_request_analytic/__manifest__.py b/stock_request_analytic/__manifest__.py index 0c1e6e02c45..2e5d0ee3b8d 100644 --- a/stock_request_analytic/__manifest__.py +++ b/stock_request_analytic/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request Analytic", "summary": "Internal request for stock", - "version": "15.0.1.1.0", + "version": "15.0.1.1.1", "license": "AGPL-3", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "ForgeFlow, Odoo Community Association (OCA)", diff --git a/stock_request_analytic/static/description/index.html b/stock_request_analytic/static/description/index.html index d9b2946f101..ad0a42e16ab 100644 --- a/stock_request_analytic/static/description/index.html +++ b/stock_request_analytic/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 Request Analytic

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

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module allows for users to be able to display and assign analytic @@ -429,7 +430,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.

diff --git a/stock_request_kanban/README.rst b/stock_request_kanban/README.rst index 715a7b318d9..9b6e5baa721 100644 --- a/stock_request_kanban/README.rst +++ b/stock_request_kanban/README.rst @@ -7,7 +7,7 @@ Stock Request kanban !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:501bd743d580873880bab0536840193988fb54ee73642bbcf72aa741eefc3cff + !! source digest: sha256:a3c690fae9e0b0341307e2c82220cd329dad98dc6ab81a36daf94aec7637a3c8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_request_kanban/__manifest__.py b/stock_request_kanban/__manifest__.py index 5f81b845c7d..0cb8b1dc096 100644 --- a/stock_request_kanban/__manifest__.py +++ b/stock_request_kanban/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Request kanban", - "version": "15.0.1.1.2", + "version": "15.0.1.1.3", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Creu Blanca, ForgeFlow, Odoo Community Association (OCA)", diff --git a/stock_request_kanban/static/description/index.html b/stock_request_kanban/static/description/index.html index 4fbb8254d86..3b2bd2c4f5a 100644 --- a/stock_request_kanban/static/description/index.html +++ b/stock_request_kanban/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 Request kanban

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

Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

On most companies there are products that must be purchased often but cannot be @@ -475,7 +476,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.

diff --git a/stock_request_mrp/README.rst b/stock_request_mrp/README.rst index 4450bbac259..d80c7f3927d 100644 --- a/stock_request_mrp/README.rst +++ b/stock_request_mrp/README.rst @@ -7,7 +7,7 @@ Stock Request MRP !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5407676df63247e79866910c2554a0c7321b2c8d4a9511afde9cc567ca5c6e20 + !! source digest: sha256:16fd4b1a9225c2bd2bccf3fdae3792f4c074fe77ebfc143b7c17d6f8d9e664a6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_request_mrp/__manifest__.py b/stock_request_mrp/__manifest__.py index e09a7986ad0..b741fa80f8b 100644 --- a/stock_request_mrp/__manifest__.py +++ b/stock_request_mrp/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request MRP", "summary": "Manufacturing request for stock", - "version": "15.0.1.3.0", + "version": "15.0.1.3.1", "license": "LGPL-3", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "ForgeFlow, Odoo Community Association (OCA)", diff --git a/stock_request_mrp/static/description/index.html b/stock_request_mrp/static/description/index.html index 0ece81e6059..955f6b742a9 100644 --- a/stock_request_mrp/static/description/index.html +++ b/stock_request_mrp/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 Request MRP

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5407676df63247e79866910c2554a0c7321b2c8d4a9511afde9cc567ca5c6e20 +!! source digest: sha256:16fd4b1a9225c2bd2bccf3fdae3792f4c074fe77ebfc143b7c17d6f8d9e664a6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module allows for users to be able to display manufacturing orders that have @@ -423,7 +424,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.

diff --git a/stock_request_purchase/README.rst b/stock_request_purchase/README.rst index 6ee0a14a26f..61d1001358c 100644 --- a/stock_request_purchase/README.rst +++ b/stock_request_purchase/README.rst @@ -7,7 +7,7 @@ Stock Request Purchase !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e8d03e56af6a772fabed8692c26a4aca29f81294a7196f62c6cc9ad630104eb9 + !! source digest: sha256:2e8d0cdf4d3c42baac694b4929f6155de886cdb7ac985f7b686993f32c55cc4e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_request_purchase/__manifest__.py b/stock_request_purchase/__manifest__.py index e403cb346aa..a90171c0bd7 100644 --- a/stock_request_purchase/__manifest__.py +++ b/stock_request_purchase/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request Purchase", "summary": "Internal request for stock", - "version": "15.0.1.2.2", + "version": "15.0.1.2.3", "license": "LGPL-3", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "ForgeFlow, Odoo Community Association (OCA)", diff --git a/stock_request_purchase/static/description/index.html b/stock_request_purchase/static/description/index.html index 4fb94041f52..8bcdb0f5e9d 100644 --- a/stock_request_purchase/static/description/index.html +++ b/stock_request_purchase/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 Request Purchase

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

Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module allows for users to be able to display purchase orders that have @@ -426,7 +427,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.

diff --git a/stock_request_tier_validation/README.rst b/stock_request_tier_validation/README.rst index ac8d5545542..abf82a8fda6 100644 --- a/stock_request_tier_validation/README.rst +++ b/stock_request_tier_validation/README.rst @@ -7,7 +7,7 @@ Stock Request Tier Validation !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:862bc7a0cbe157b88f8821950d9fb300b486d10305435049700f201e73146e1e + !! source digest: sha256:ecf70c468c06e81e7c51d4a0e16cd90950fe7633cb1c8a5b5e67dc28fe17c640 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_request_tier_validation/__manifest__.py b/stock_request_tier_validation/__manifest__.py index f28b33e5bd2..ad7a078d541 100644 --- a/stock_request_tier_validation/__manifest__.py +++ b/stock_request_tier_validation/__manifest__.py @@ -4,7 +4,7 @@ "name": "Stock Request Tier Validation", "summary": "Extends the functionality of Stock Requests to " "support a tier validation process.", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", "category": "Warehouse", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "ForgeFlow, Odoo Community Association (OCA)", diff --git a/stock_request_tier_validation/static/description/index.html b/stock_request_tier_validation/static/description/index.html index d7779fcd736..0e360f26209 100644 --- a/stock_request_tier_validation/static/description/index.html +++ b/stock_request_tier_validation/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 Request Tier Validation

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

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module extends the functionality of Stock Requests and Stock Request @@ -459,7 +460,9 @@

Images

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.