diff --git a/rma_lot/README.rst b/rma_lot/README.rst index d473ba7c..11e9384a 100644 --- a/rma_lot/README.rst +++ b/rma_lot/README.rst @@ -17,13 +17,13 @@ Rma Lot :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/16.0/rma_lot + :target: https://github.com/OCA/rma/tree/17.0/rma_lot :alt: OCA/rma .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma_lot + :target: https://translation.odoo-community.org/projects/rma-17-0/rma-17-0-rma_lot :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=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/rma&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -56,7 +56,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. @@ -74,6 +74,9 @@ Contributors - Jacques-Etienne Baudoux - BCIM je@bcim.be - Souheil Bejaoui - ACSONE SA/NV souheil.bejaoui@acsone.eu +- `APSL-Nagarro `__: + + - Antoni Marroig amarroig@apsl.net Maintainers ----------- @@ -88,6 +91,6 @@ 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. -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/rma_lot/__manifest__.py b/rma_lot/__manifest__.py index 55c32a6f..7954e259 100644 --- a/rma_lot/__manifest__.py +++ b/rma_lot/__manifest__.py @@ -5,7 +5,7 @@ "name": "Rma Lot", "summary": """ Manage lot in RMA""", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV,BCIM,Odoo Community Association (OCA)", "website": "https://github.com/OCA/rma", diff --git a/rma_lot/readme/CONTRIBUTORS.md b/rma_lot/readme/CONTRIBUTORS.md index 0d74d13b..e2f3a5da 100644 --- a/rma_lot/readme/CONTRIBUTORS.md +++ b/rma_lot/readme/CONTRIBUTORS.md @@ -1,2 +1,4 @@ - Jacques-Etienne Baudoux - BCIM -- Souheil Bejaoui - ACSONE SA/NV \ No newline at end of file +- Souheil Bejaoui - ACSONE SA/NV +- [APSL-Nagarro](): + - Antoni Marroig diff --git a/rma_lot/static/description/index.html b/rma_lot/static/description/index.html index 78f04070..c618b468 100644 --- a/rma_lot/static/description/index.html +++ b/rma_lot/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:179ae979736d64a8afa520769acb7d060690a304e812587c70bf43b4542d2ea6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

Tracking returned products by lot or serial number is crucial for businesses that require precise monitoring, especially in industries where quality control, compliance, and inventory accuracy are critical. @@ -400,7 +401,7 @@ during a return and that inventory records remain accurate.

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.

@@ -417,16 +418,22 @@ 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.

-

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/rma_lot/tests/test_rma_lot.py b/rma_lot/tests/test_rma_lot.py index 7f16241b..bff6831f 100644 --- a/rma_lot/tests/test_rma_lot.py +++ b/rma_lot/tests/test_rma_lot.py @@ -51,7 +51,7 @@ class TestRMALot(TransactionCase): ) cls.picking.action_confirm() cls.picking.action_assign() - cls.picking.action_set_quantities_to_reservation() + cls.picking.move_ids.picked = True cls.picking._action_done() cls.operation = cls.env.ref("rma.rma_operation_replace") @@ -77,7 +77,6 @@ class TestRMALot(TransactionCase): ) ) stock_return_picking_form.create_rma = True - stock_return_picking_form.rma_operation_id = self.operation return_wizard = stock_return_picking_form.save() self.assertEqual(len(return_wizard.product_return_moves), 2) return_wizard.create_returns() diff --git a/rma_lot/views/rma.xml b/rma_lot/views/rma.xml index 45dbfaea..58881c74 100644 --- a/rma_lot/views/rma.xml +++ b/rma_lot/views/rma.xml @@ -12,7 +12,7 @@ @@ -22,7 +22,7 @@ rma - +