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/README.md b/README.md index e80fe91862d..025c81217d2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ addon | version | maintainers | summary [purchase_blanket_order](purchase_blanket_order/) | 15.0.2.0.1 | | Purchase Blanket Orders [purchase_cancel_confirm](purchase_cancel_confirm/) | 15.0.1.0.0 | [](https://github.com/kittiu) | Purchase Cancel Confirm [purchase_default_terms_conditions](purchase_default_terms_conditions/) | 15.0.1.0.3 | | This module allows purchase default terms & conditions -[purchase_delivery_split_date](purchase_delivery_split_date/) | 15.0.1.0.2 | | Allows Purchase Order you confirm to generate one Incoming Shipment for each expected date indicated in the Purchase Order Lines +[purchase_delivery_split_date](purchase_delivery_split_date/) | 15.0.1.0.3 | | Allows Purchase Order you confirm to generate one Incoming Shipment for each expected date indicated in the Purchase Order Lines [purchase_deposit](purchase_deposit/) | 15.0.1.1.0 | | Option to create deposit from purchase order [purchase_deposit_analytic](purchase_deposit_analytic/) | 15.0.1.0.0 | [](https://github.com/Saran440) | Add analytic on wizard register deposit [purchase_discount](purchase_discount/) | 15.0.2.0.2 | | Purchase order lines with discounts diff --git a/purchase_delivery_split_date/README.rst b/purchase_delivery_split_date/README.rst index 94af970c1d3..ed8dcbde826 100644 --- a/purchase_delivery_split_date/README.rst +++ b/purchase_delivery_split_date/README.rst @@ -7,7 +7,7 @@ Purchase Delivery Split Date !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3a826f392fade98fd9f3e6b817eeff3f7212afeab95719d4714cefaede92d0fc + !! source digest: sha256:598018a18ebf4c01b2834b7d0ce4b747a6d3be86b1b94a965a5bced3fedd1d84 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/purchase_delivery_split_date/__manifest__.py b/purchase_delivery_split_date/__manifest__.py index 12ab25061b5..fdcf8437898 100644 --- a/purchase_delivery_split_date/__manifest__.py +++ b/purchase_delivery_split_date/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Purchase Delivery Split Date", - "version": "15.0.1.0.2", + "version": "15.0.1.0.3", "summary": "Allows Purchase Order you confirm to generate one Incoming " "Shipment for each expected date indicated in the Purchase Order Lines", "author": "Numerigraphe, ForgeFlow, Camptocamp, Odoo Community Association (OCA)", diff --git a/purchase_delivery_split_date/static/description/index.html b/purchase_delivery_split_date/static/description/index.html index 0f29b4c9646..f1f52b8cc28 100644 --- a/purchase_delivery_split_date/static/description/index.html +++ b/purchase_delivery_split_date/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 @@
When this module is installed, each Purchase Order you confirm will @@ -466,7 +467,9 @@
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.