diff --git a/README.md b/README.md index 2c87fdf03d5..9210ca88b16 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [document_page_procedure](document_page_procedure/) | 18.0.1.0.0 | | Document Management - Wiki - Procedures [document_page_quality_manual](document_page_quality_manual/) | 18.0.1.0.0 | | Quality Manual +[document_page_work_instruction](document_page_work_instruction/) | 18.0.1.0.0 | | Document Management - Wiki - Work Instructions [mgmtsystem](mgmtsystem/) | 18.0.1.0.0 | | Management System [mgmtsystem_action](mgmtsystem_action/) | 18.0.1.0.0 | | Management System - Action [mgmtsystem_manual](mgmtsystem_manual/) | 18.0.1.0.0 | | Management System - Manual diff --git a/document_page_work_instruction/README.rst b/document_page_work_instruction/README.rst index 23fd686e52a..536f2f12375 100644 --- a/document_page_work_instruction/README.rst +++ b/document_page_work_instruction/README.rst @@ -7,7 +7,7 @@ Document Management - Wiki - Work Instructions !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cf9fa902a8a6c4bc10a0f811e2e70252236b5316b4847b4590b5b609f1069f30 + !! source digest: sha256:11b94f53e93e1ceda3811ad934f7453e19e0de9c1d89ee8e52686c7480b72b12 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -40,8 +40,8 @@ Configuration To enter your work instruction template, you need to: -- go to Management Systems > Documentation > Work Instructions -- select the Work Instructions category and edit the template +- go to Management Systems > Documentation > Work Instructions +- select the Work Instructions category and edit the template Bug Tracker =========== @@ -64,36 +64,32 @@ Authors Contributors ------------ -- Savoir-faire Linux +- Savoir-faire Linux -- Gervais Naoussi +- Gervais Naoussi -- Eugen Don +- Eugen Don -- Jose Maria Alzaga +- Jose Maria Alzaga -- `Tecnativa `__: +- `Tecnativa `__: - - Ernesto Tejeda + - Ernesto Tejeda -- `Trobz `__: +- `Trobz `__: - - Dung Tran - - Khoi (Kien Kim) + - Dung Tran + - Khoi (Kien Kim) -- Yvan Dotet +- Yvan Dotet Other credits ------------- -The development of this module has been financially supported by: - -- Camptocamp - The migration of this module from 16.0 to 18.0 was financially supported by: -- Camptocamp +- Camptocamp Maintainers ----------- diff --git a/document_page_work_instruction/static/description/index.html b/document_page_work_instruction/static/description/index.html index 079ddbe8201..a82625740bb 100644 --- a/document_page_work_instruction/static/description/index.html +++ b/document_page_work_instruction/static/description/index.html @@ -367,7 +367,7 @@

Document Management - Wiki - Work Instructions

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:cf9fa902a8a6c4bc10a0f811e2e70252236b5316b4847b4590b5b609f1069f30 +!! source digest: sha256:11b94f53e93e1ceda3811ad934f7453e19e0de9c1d89ee8e52686c7480b72b12 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module provides Work Instructions Template.

@@ -430,10 +430,6 @@

Contributors

Other credits

-

The development of this module has been financially supported by:

-
    -
  • Camptocamp
  • -

The migration of this module from 16.0 to 18.0 was financially supported by:

    diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index f191458d75b..30b08102162 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-management-system" -version = "18.0.20241203.1" +version = "18.0.20241223.0" dependencies = [ "odoo-addon-document_page_procedure==18.0.*", "odoo-addon-document_page_quality_manual==18.0.*", + "odoo-addon-document_page_work_instruction==18.0.*", "odoo-addon-mgmtsystem==18.0.*", "odoo-addon-mgmtsystem_action==18.0.*", "odoo-addon-mgmtsystem_manual==18.0.*",