From 2a926e38fc8326e1191d20964bdf836fb2a2cfd3 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 14 Mar 2024 18:31:43 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + stock_inventory_tier_validation/README.rst | 49 +- .../static/description/index.html | 458 ++++++++++++++++++ 5 files changed, 491 insertions(+), 20 deletions(-) create mode 100644 stock_inventory_tier_validation/static/description/index.html diff --git a/README.md b/README.md index d72968d72..72fa8df16 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ addon | version | maintainers | summary [stock_inventory_lockdown](stock_inventory_lockdown/) | 14.0.1.0.0 | | Lock down stock locations during inventories. [stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 14.0.1.0.1 | | More filters for inventory adjustments [stock_inventory_preparation_filter_pos](stock_inventory_preparation_filter_pos/) | 14.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Add POS category filter on inventory adjustments +[stock_inventory_tier_validation](stock_inventory_tier_validation/) | 14.0.1.0.0 | [![patrickrwilson](https://github.com/patrickrwilson.png?size=30px)](https://github.com/patrickrwilson) | Extends the functionality of Adjustments to support a tier validation process. [stock_location_bin_name](stock_location_bin_name/) | 14.0.1.0.1 | | Compute bin stock location name automatically [stock_location_children](stock_location_children/) | 14.0.1.0.0 | | Add relation between stock location and all its children [stock_location_empty](stock_location_empty/) | 14.0.1.0.1 | | Adds a filter for empty stock location diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 60da98d2f..124337fca 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240206.0 \ No newline at end of file +14.0.20240314.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index f7982cea0..947013dfc 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -39,6 +39,7 @@ setuptools.setup( 'odoo14-addon-stock_inventory_lockdown', 'odoo14-addon-stock_inventory_preparation_filter', 'odoo14-addon-stock_inventory_preparation_filter_pos', + 'odoo14-addon-stock_inventory_tier_validation', 'odoo14-addon-stock_location_bin_name', 'odoo14-addon-stock_location_children', 'odoo14-addon-stock_location_empty', diff --git a/stock_inventory_tier_validation/README.rst b/stock_inventory_tier_validation/README.rst index 5d8d55125..56e1a4038 100644 --- a/stock_inventory_tier_validation/README.rst +++ b/stock_inventory_tier_validation/README.rst @@ -1,11 +1,14 @@ -==================================== -Inventory Adjustment Tier Validation -==================================== +========================================== +Stock Inventory Adjustment Tier Validation +========================================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:1837727a617cf4183b92d4c5754777cf2aeaaee234bad5658310889ca8a7369f + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -13,17 +16,17 @@ Inventory Adjustment Tier Validation .. |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%2Fstock-logistics-workflow-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-workflow/tree/14.0/stock_inventory_tier_validation - :alt: OCA/stock-logistics-workflow +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_inventory_tier_validation + :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-workflow-14-0/stock-logistics-workflow-14-0-stock_inventory_tier_validation + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_inventory_tier_validation :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/142/14.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=14.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module extends the functionality of Inventory Adjustments to support a tier validation process. @@ -59,20 +62,20 @@ To use this module, you need to: Additional features: -* You can filter the Inventory Adjustments requesting your review through the +* You can filter the Inventory Adjustments requesting your review through the filter *Needs my Review*. -* User with rights to confirm the Inventory Adjustment - (validate all tiers that would be generated) can directly do the operation, +* User with rights to confirm the Inventory Adjustment + (validate all tiers that would be generated) can directly do the operation, this is, there is no need for her/him to request a validation. Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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 smashing it by providing a detailed and welcomed -`feedback `_. +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. @@ -102,6 +105,14 @@ 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/stock-logistics-workflow `_ project on GitHub. +.. |maintainer-patrickrwilson| image:: https://github.com/patrickrwilson.png?size=40px + :target: https://github.com/patrickrwilson + :alt: patrickrwilson + +Current `maintainer `__: + +|maintainer-patrickrwilson| + +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/stock_inventory_tier_validation/static/description/index.html b/stock_inventory_tier_validation/static/description/index.html new file mode 100644 index 000000000..bdcc57909 --- /dev/null +++ b/stock_inventory_tier_validation/static/description/index.html @@ -0,0 +1,458 @@ + + + + + +Stock Inventory Adjustment Tier Validation + + + +
+

Stock Inventory Adjustment Tier Validation

+ + +

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

+

This module extends the functionality of Inventory Adjustments to support a tier +validation process.

+

Table of contents

+ +
+

Installation

+

This module depends on base_tier_validation. You can find it at +OCA/server-ux

+
+
+

Configuration

+

To configure this module, you need to:

+
    +
  1. Go to Settings > Technical > Tier Validations > Tier Definition.
  2. +
  3. Create as many tiers as you want for Inventory Adjustment model.
  4. +
+
+
+

Usage

+

To use this module, you need to:

+
    +
  1. Create a Inventory Adjustments triggering at least one “Tier Definition”.
  2. +
  3. Click on Request Validation button.
  4. +
  5. Under the tab Reviews have a look to pending reviews and their statuses.
  6. +
  7. Once all reviews are validated click on Confirm Order.
  8. +
+

Additional features:

+
    +
  • You can filter the Inventory Adjustments requesting your review through the +filter Needs my Review.
  • +
  • User with rights to confirm the Inventory Adjustment +(validate all tiers that would be generated) can directly do the operation, +this is, there is no need for +her/him to request a validation.
  • +
+
+
+

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

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:

+

patrickrwilson

+

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.

+
+
+
+ +