diff --git a/product_warranty/README.rst b/product_warranty/README.rst index 589e5742..615c2163 100644 --- a/product_warranty/README.rst +++ b/product_warranty/README.rst @@ -17,13 +17,13 @@ Product Warranty :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frma-lightgray.png?logo=github - :target: https://github.com/OCA/rma/tree/17.0/product_warranty + :target: https://github.com/OCA/rma/tree/18.0/product_warranty :alt: OCA/rma .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/rma-17-0/rma-17-0-product_warranty + :target: https://translation.odoo-community.org/projects/rma-18-0/rma-18-0-product_warranty :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/rma&target_branch=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/rma&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -61,7 +61,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -130,6 +130,6 @@ Current `maintainers `__: |maintainer-osi-scampbell| |maintainer-max3903| -This module is part of the `OCA/rma `_ project on GitHub. +This module is part of the `OCA/rma `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/product_warranty/__manifest__.py b/product_warranty/__manifest__.py index 02cdf9e2..60422492 100644 --- a/product_warranty/__manifest__.py +++ b/product_warranty/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Product Warranty", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "category": "Generic Modules/Product", "author": "Akretion, Vauxoo, Odoo Community Association (OCA)", "website": "https://github.com/OCA/rma", diff --git a/product_warranty/static/description/index.html b/product_warranty/static/description/index.html index ff6e5fb0..2f43995e 100644 --- a/product_warranty/static/description/index.html +++ b/product_warranty/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 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { 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.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -368,7 +369,7 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:8e938fbaf2613c43a6b1ff2b724a47215faf740842a40130ca22816cd0c60fd5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module extends the functionality of ‘Sales Management’ to allows you to set product warranty details on products and product-supplier relation.

@@ -409,7 +410,7 @@ information lines an set the warranty information for each one.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -458,13 +459,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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.

Current maintainers:

osi-scampbell max3903

-

This module is part of the OCA/rma project on GitHub.

+

This module is part of the OCA/rma project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/product_warranty/views/return_instructions_views.xml b/product_warranty/views/return_instructions_views.xml index e31874a5..0eec8a28 100644 --- a/product_warranty/views/return_instructions_views.xml +++ b/product_warranty/views/return_instructions_views.xml @@ -5,11 +5,11 @@ product.return.instructions.tree return.instruction - + - + @@ -32,7 +32,7 @@ Products Return Instructions return.instruction - tree,form + list,form