From 40f250411f07f19d225ce23542e96947f92f30e0 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 17 Jan 2024 06:51:48 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 6 +- scrap_reason_code/README.rst | 2 +- .../static/description/index.html | 1111 +++++++---------- setup/_metapackage/pyproject.toml | 11 + 4 files changed, 472 insertions(+), 658 deletions(-) create mode 100644 setup/_metapackage/pyproject.toml diff --git a/README.md b/README.md index e61ba3087..a6c5dfea8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ TODO: add repo description. [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[scrap_reason_code](scrap_reason_code/) | 17.0.1.0.0 | [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) | Reason code for scrapping [//]: # (end addons) diff --git a/scrap_reason_code/README.rst b/scrap_reason_code/README.rst index 48d1b5193..e77ef9ab5 100644 --- a/scrap_reason_code/README.rst +++ b/scrap_reason_code/README.rst @@ -7,7 +7,7 @@ Scrap Reason Code !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2689e0bf5ae11316d48b7c179a2662765f9f8f553b04c3edb4612711a6338a39 + !! source digest: sha256:212ac46e4a73990b785c1c5ee29563a2f98d597ba35277a372a1489e761f34aa !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/scrap_reason_code/static/description/index.html b/scrap_reason_code/static/description/index.html index 06cd24edb..a0b0b99c3 100644 --- a/scrap_reason_code/static/description/index.html +++ b/scrap_reason_code/static/description/index.html @@ -1,658 +1,457 @@ - + - - - - Scrap Reason Code - - - -
-

Scrap Reason Code

- - -

- - Beta - - - License: AGPL-3 - - - OCA/stock-logistics-warehouse - - - Translate me on Weblate - - - Try me on Runboat - -

-

Adds a reason code for scrapping operations and an interface for the - user to create scrap codes -

-

- Table of contents -

-
- -
-
-

- Configuration -

-

Go to Inventory > Configuration > Scrap Reason Codes

-

Create a required scrap reason code and provide scrap location.

-
-
-

- Usage -

-
    -
  • Go to Inventory > Operations > Scrap
  • -
  • Create a scarp order and select reason code.
  • -
  • A scrap location will be readonly and auto fill based on selected - reason code. -
  • -
-
- -
-

- 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 -

-
    -
  • Open Source Integrators
  • -
-
-
-

- Contributors -

- -
-
-

- Other credits -

-

The development of this module has been financially supported by:

-
    -
  • Open Source Integrators
  • -
-
-
-

- 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. -

-

Current - maintainer: -

-

- - bodedra - -

-

This module is part of the - - OCA/stock-logistics-warehouse - - project on GitHub. -

-

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

-
-
-
- + + + +Scrap Reason Code + + + +
+

Scrap Reason Code

+ + +

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

+

Adds a reason code for scrapping operations and an interface for the +user to create scrap codes

+

Table of contents

+ +
+

Configuration

+

Go to Inventory > Configuration > Scrap Reason Codes

+

Create a required scrap reason code and provide scrap location.

+
+
+

Usage

+
    +
  • Go to Inventory > Operations > Scrap
  • +
  • Create a scarp order and select reason code.
  • +
  • A scrap location will be readonly and auto fill based on selected +reason code.
  • +
+
+ +
+

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

+
    +
  • Open Source Integrators
  • +
+
+
+

Contributors

+ +
+
+

Other credits

+

The development of this module has been financially supported by:

+
    +
  • Open Source Integrators
  • +
+
+
+

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.

+

Current maintainer:

+

bodedra

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

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

+
+
+
+ diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 000000000..94004df9e --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-stock-logistics-warehouse" +version = "17.0.20240117.0" +dependencies = [ + "odoo-addon-scrap_reason_code>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]