Maintainers
This module is maintained by the OCA.
- + + +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/repair_refurbish_repair_stock_move/README.rst b/repair_refurbish_repair_stock_move/README.rst index 5e5431ff..cd90bd83 100644 --- a/repair_refurbish_repair_stock_move/README.rst +++ b/repair_refurbish_repair_stock_move/README.rst @@ -7,7 +7,7 @@ MRP Repair Refurbish & Repair Stock Move !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cff3b83e67de631a3261006877ab088200788f4e560f47e4f2ba7af368efed9e + !! source digest: sha256:a78b89c72f6cb308b5077085aab2cb82095db466119d58a9fb456783a39e8de3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/repair_refurbish_repair_stock_move/__manifest__.py b/repair_refurbish_repair_stock_move/__manifest__.py index 00b50bb4..e51d4583 100644 --- a/repair_refurbish_repair_stock_move/__manifest__.py +++ b/repair_refurbish_repair_stock_move/__manifest__.py @@ -3,7 +3,7 @@ { "name": "MRP Repair Refurbish & Repair Stock Move", "summary": "Use refurbish and repair stock moves together", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", "category": "Repair", "website": "https://github.com/OCA/repair", "author": "ForgeFlow S.L., Odoo Community Association (OCA)", diff --git a/repair_refurbish_repair_stock_move/static/description/index.html b/repair_refurbish_repair_stock_move/static/description/index.html index 9dc5ecef..37c9f8be 100644 --- a/repair_refurbish_repair_stock_move/static/description/index.html +++ b/repair_refurbish_repair_stock_move/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 @@MRP Repair Refurbish & Repair Stock Move
!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:cff3b83e67de631a3261006877ab088200788f4e560f47e4f2ba7af368efed9e +!! source digest: sha256:a78b89c72f6cb308b5077085aab2cb82095db466119d58a9fb456783a39e8de3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->Glue module. This makes repair_refurbish to work together with repair_stock_move
@@ -414,7 +414,9 @@Contributors
Maintainers
This module is maintained by the OCA.
- + + +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/repair_stock_move/README.rst b/repair_stock_move/README.rst index c2507dc1..c827b428 100644 --- a/repair_stock_move/README.rst +++ b/repair_stock_move/README.rst @@ -7,7 +7,7 @@ Repair Stock Move !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2b9570a96bf2bef581070b95d469bab72ea44f09d961efa1531e2690a13f0244 + !! source digest: sha256:c94e72916093650c40fe3428b8f443013e3897f3df7b2c59d27bb45283e50fa7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/repair_stock_move/__manifest__.py b/repair_stock_move/__manifest__.py index f2c3e5f0..29ac4c4e 100644 --- a/repair_stock_move/__manifest__.py +++ b/repair_stock_move/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Repair Stock Move", - "version": "15.0.1.1.0", + "version": "15.0.1.1.1", "development_status": "Alpha", "license": "LGPL-3", "category": "Repair", diff --git a/repair_stock_move/static/description/index.html b/repair_stock_move/static/description/index.html index 392d98fb..8dd6a409 100644 --- a/repair_stock_move/static/description/index.html +++ b/repair_stock_move/static/description/index.html @@ -367,7 +367,7 @@Repair Stock Move
!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2b9570a96bf2bef581070b95d469bab72ea44f09d961efa1531e2690a13f0244 +!! source digest: sha256:c94e72916093650c40fe3428b8f443013e3897f3df7b2c59d27bb45283e50fa7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->The purpose of this module is to modify the behaviour of the repair standard module. Achieving more flexibility in a repair process.