From 8a037f9905177e41ee5683b61f378690c0c9e224 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 7 Feb 2024 10:11:54 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + repair_scrap/README.rst | 81 ++++ repair_scrap/static/description/index.html | 426 +++++++++++++++++++++ setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 510 insertions(+), 1 deletion(-) create mode 100644 repair_scrap/static/description/index.html diff --git a/README.md b/README.md index 3d6c87ac..febf2185 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [repair_reason](repair_reason/) | 15.0.1.0.0 | | Repair Reason [repair_refurbish](repair_refurbish/) | 15.0.1.0.1 | | Create refurbished products during repair [repair_refurbish_repair_stock_move](repair_refurbish_repair_stock_move/) | 15.0.1.0.0 | | Use refurbish and repair stock moves together +[repair_scrap](repair_scrap/) | 15.0.1.0.0 | | To send to scrap components or irreparable components. [repair_security](repair_security/) | 15.0.1.0.0 | | Create security groups for Repair [repair_stock_move](repair_stock_move/) | 15.0.1.0.2 | | Ongoing Repair Stock Moves Definition in odoo [repair_type](repair_type/) | 15.0.1.0.0 | | Repair type diff --git a/repair_scrap/README.rst b/repair_scrap/README.rst index e69de29b..27e30aee 100644 --- a/repair_scrap/README.rst +++ b/repair_scrap/README.rst @@ -0,0 +1,81 @@ +============ +Repair Scrap +============ + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:821f9e2bf01e0b801514b061fc4193ca3ca65d4a945aa39a01301dcefc9b27b6 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png + :target: https://odoo-community.org/page/development-status + :alt: Alpha +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frepair-lightgray.png?logo=github + :target: https://github.com/OCA/repair/tree/15.0/repair_scrap + :alt: OCA/repair +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/repair-15-0/repair-15-0-repair_scrap + :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/repair&target_branch=15.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Manage repair scraps + +.. IMPORTANT:: + This is an alpha version, the data model and design can change at any time without warning. + Only for development or testing purpose, do not use in production. + `More details on development status `_ + +**Table of contents** + +.. contents:: + :local: + +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* ForgeFlow + +Contributors +~~~~~~~~~~~~ + +* Thiago Mulero + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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/repair `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/repair_scrap/static/description/index.html b/repair_scrap/static/description/index.html new file mode 100644 index 00000000..a5282f79 --- /dev/null +++ b/repair_scrap/static/description/index.html @@ -0,0 +1,426 @@ + + + + + +Repair Scrap + + + +
+

Repair Scrap

+ + +

Alpha License: AGPL-3 OCA/repair Translate me on Weblate Try me on Runboat

+

Manage repair scraps

+
+

Important

+

This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

+
+

Table of contents

+ +
+

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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • ForgeFlow
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+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/repair project on GitHub.

+

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

+
+
+
+ + diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 1278abff..f205ebb8 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20230821.1 \ No newline at end of file +15.0.20240207.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index e801b8e0..66224af1 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -11,6 +11,7 @@ 'odoo-addon-repair_reason>=15.0dev,<15.1dev', 'odoo-addon-repair_refurbish>=15.0dev,<15.1dev', 'odoo-addon-repair_refurbish_repair_stock_move>=15.0dev,<15.1dev', + 'odoo-addon-repair_scrap>=15.0dev,<15.1dev', 'odoo-addon-repair_security>=15.0dev,<15.1dev', 'odoo-addon-repair_stock_move>=15.0dev,<15.1dev', 'odoo-addon-repair_type>=15.0dev,<15.1dev',