From 80ec6f28965d8284e10d86817eb3fe5803ad8136 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 11 Oct 2024 10:16:19 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + rma_procurement_customer/README.rst | 2 +- .../static/description/index.html | 13 ++++++++----- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f706a2785..e99d0796f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [product_warranty](product_warranty/) | 16.0.1.0.0 | [![osi-scampbell](https://github.com/osi-scampbell.png?size=30px)](https://github.com/osi-scampbell) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Product Warranty [rma](rma/) | 16.0.3.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Return Merchandise Authorization (RMA) +[rma_procurement_customer](rma_procurement_customer/) | 16.0.1.0.0 | | Rma Procurement Customer [rma_sale](rma_sale/) | 16.0.3.0.0 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Sale Order - Return Merchandise Authorization (RMA) [rma_sale_mrp](rma_sale_mrp/) | 16.0.2.0.0 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Allow doing RMAs from MRP kits diff --git a/rma_procurement_customer/README.rst b/rma_procurement_customer/README.rst index 25d5618ab..346f8377c 100644 --- a/rma_procurement_customer/README.rst +++ b/rma_procurement_customer/README.rst @@ -7,7 +7,7 @@ Rma Procurement Customer !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7a072ca3cae8947855d0dcadef71464eb17859c0e059aff37d5738935d152538 + !! source digest: sha256:d2e3db29928b4d50be4c8b91197f12fe26eee3fc991598439ba9b1c2df28204e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/rma_procurement_customer/static/description/index.html b/rma_procurement_customer/static/description/index.html index c822c1bd3..5bf196a43 100644 --- a/rma_procurement_customer/static/description/index.html +++ b/rma_procurement_customer/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 @@

Rma Procurement Customer

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

Beta License: AGPL-3 OCA/rma Translate me on Weblate Try me on Runboat

This module extends the stock_procurement_customer module to ensure @@ -412,7 +413,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/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 3c0525da6..4f30d2a2e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20230911.0 \ No newline at end of file +16.0.20241011.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 23f97e1b1..7fc393d55 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -10,6 +10,7 @@ install_requires=[ 'odoo-addon-product_warranty>=16.0dev,<16.1dev', 'odoo-addon-rma>=16.0dev,<16.1dev', + 'odoo-addon-rma_procurement_customer>=16.0dev,<16.1dev', 'odoo-addon-rma_sale>=16.0dev,<16.1dev', 'odoo-addon-rma_sale_mrp>=16.0dev,<16.1dev', ],