diff --git a/README.md b/README.md index a0cb4d3c8..60fc7d8ed 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [mrp_multi_level_estimate](mrp_multi_level_estimate/) | 17.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allows to consider demand estimates using MRP multi level. [mrp_sale_info](mrp_sale_info/) | 17.0.1.1.0 | | Adds sale information to Manufacturing models [mrp_warehouse_calendar](mrp_warehouse_calendar/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing +[quality_control_oca](quality_control_oca/) | 17.0.1.0.0 | | Generic infrastructure for quality tests. [//]: # (end addons) diff --git a/quality_control_oca/README.rst b/quality_control_oca/README.rst index 0b5c7c573..3d13003c2 100644 --- a/quality_control_oca/README.rst +++ b/quality_control_oca/README.rst @@ -7,7 +7,7 @@ Quality Control OCA !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f681e05b0e199eb1c9dc6fbaaf96e42573ad9f3de8c94fdb10219d577b0dc541 + !! source digest: sha256:dec718549446c4f783e5b959ad2dd44383b3d30c45580f67b65aed9febc77d86 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/quality_control_oca/static/description/index.html b/quality_control_oca/static/description/index.html index 1d3858c85..265896912 100644 --- a/quality_control_oca/static/description/index.html +++ b/quality_control_oca/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f681e05b0e199eb1c9dc6fbaaf96e42573ad9f3de8c94fdb10219d577b0dc541 +!! source digest: sha256:dec718549446c4f783e5b959ad2dd44383b3d30c45580f67b65aed9febc77d86 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module provides a generic infrastructure for quality tests. The diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index ceaeec2a3..dc4413fdf 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-manufacture" -version = "17.0.20240521.0" +version = "17.0.20240527.0" dependencies = [ "odoo-addon-mrp_bom_component_menu>=17.0dev,<17.1dev", "odoo-addon-mrp_bom_tracking>=17.0dev,<17.1dev", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-mrp_multi_level_estimate>=17.0dev,<17.1dev", "odoo-addon-mrp_sale_info>=17.0dev,<17.1dev", "odoo-addon-mrp_warehouse_calendar>=17.0dev,<17.1dev", + "odoo-addon-quality_control_oca>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",