diff --git a/README.md b/README.md index 58c7cfa29..13472ebd9 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ addon | version | maintainers | summary [quality_control_mrp_oca](quality_control_mrp_oca/) | 14.0.1.0.0 | | MRP extension for quality control (OCA) [quality_control_oca](quality_control_oca/) | 14.0.1.4.2 | | Generic infrastructure for quality tests. [quality_control_stock_oca](quality_control_stock_oca/) | 14.0.1.0.1 | | Quality control - Stock (OCA) +[quality_control_team_oca](quality_control_team_oca/) | 14.0.1.0.0 | [![lreficent](https://github.com/lreficent.png?size=30px)](https://github.com/lreficent) | Adds quality control teams to handle different quality control workflows [repair_discount](repair_discount/) | 14.0.1.0.0 | | Repair Discount [repair_picking_after_done](repair_picking_after_done/) | 14.0.1.0.1 | | Transfer repaired move to another location directly from repaire order [repair_refurbish](repair_refurbish/) | 14.0.1.0.1 | | Create refurbished products during repair diff --git a/quality_control_team_oca/README.rst b/quality_control_team_oca/README.rst index 7d01fc60c..d80a20eaf 100644 --- a/quality_control_team_oca/README.rst +++ b/quality_control_team_oca/README.rst @@ -7,7 +7,7 @@ Quality Control Team OCA !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6a1c8cdcbae6f198c4e4c41402a7c6d7df88080a13fa4502baba5100c7958521 + !! source digest: sha256:04e3eb09ea3063b02f01a58fbc4ce8ff49c5cb5322a039bab70d70cb5ef4dc8a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ Quality Control Team OCA :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github - :target: https://github.com/OCA/manufacture/tree/13.0/quality_control_team_oca + :target: https://github.com/OCA/manufacture/tree/14.0/quality_control_team_oca :alt: OCA/manufacture .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/manufacture-13-0/manufacture-13-0-quality_control_team_oca + :target: https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-quality_control_team_oca :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/manufacture&target_branch=13.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=14.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -53,7 +53,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. @@ -91,6 +91,6 @@ Current `maintainer `__: |maintainer-lreficent| -This module is part of the `OCA/manufacture `_ project on GitHub. +This module is part of the `OCA/manufacture `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/quality_control_team_oca/static/description/index.html b/quality_control_team_oca/static/description/index.html index 73297ae7e..b2c18746b 100644 --- a/quality_control_team_oca/static/description/index.html +++ b/quality_control_team_oca/static/description/index.html @@ -366,9 +366,9 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6a1c8cdcbae6f198c4e4c41402a7c6d7df88080a13fa4502baba5100c7958521 +!! source digest: sha256:04e3eb09ea3063b02f01a58fbc4ce8ff49c5cb5322a039bab70d70cb5ef4dc8a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module extends the functionality of Quality Control app to support the use of Quality control teams and to allow you to manage different team flows.

This module by itself does not provide any functionality to QC teams. It @@ -399,7 +399,7 @@ modules.

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.

@@ -425,7 +425,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

lreficent

-

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

+

This module is part of the OCA/manufacture 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 879b901ce..967bbeded 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240123.0 \ No newline at end of file +14.0.20240304.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index d02501f32..fc6024422 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -63,6 +63,7 @@ setuptools.setup( 'odoo14-addon-quality_control_mrp_oca', 'odoo14-addon-quality_control_oca', 'odoo14-addon-quality_control_stock_oca', + 'odoo14-addon-quality_control_team_oca', 'odoo14-addon-repair_discount', 'odoo14-addon-repair_picking_after_done', 'odoo14-addon-repair_refurbish',