From 3e6e88a58e50c52f7f9a881c751e0fcf4a1752eb Mon Sep 17 00:00:00 2001 From: Mikel Martin Date: Tue, 21 May 2024 21:04:05 +0200 Subject: [PATCH] [MIG] mgmtsystem_audit: Migration to 17.0 --- mgmtsystem_audit/README.rst | 72 +++++++++---------- mgmtsystem_audit/__manifest__.py | 2 +- .../data/audit_automated_actions.xml | 8 +-- mgmtsystem_audit/readme/CONFIGURE.rst | 4 ++ mgmtsystem_audit/readme/CONTRIBUTORS.rst | 18 +++++ mgmtsystem_audit/readme/DESCRIPTION.rst | 1 + mgmtsystem_audit/readme/USAGE.rst | 13 ++++ .../static/description/index.html | 27 +++---- mgmtsystem_audit/views/mgmtsystem_audit.xml | 37 ++++------ 9 files changed, 100 insertions(+), 82 deletions(-) create mode 100644 mgmtsystem_audit/readme/CONFIGURE.rst create mode 100644 mgmtsystem_audit/readme/CONTRIBUTORS.rst create mode 100644 mgmtsystem_audit/readme/DESCRIPTION.rst create mode 100644 mgmtsystem_audit/readme/USAGE.rst diff --git a/mgmtsystem_audit/README.rst b/mgmtsystem_audit/README.rst index 648f42d9b66b..fd311a0cc445 100644 --- a/mgmtsystem_audit/README.rst +++ b/mgmtsystem_audit/README.rst @@ -17,19 +17,18 @@ Management System - Audit :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github - :target: https://github.com/OCA/management-system/tree/17.0/mgmtsystem_audit + :target: https://github.com/OCA/management-system/tree/16.0/mgmtsystem_audit :alt: OCA/management-system .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/management-system-17-0/management-system-17-0-mgmtsystem_audit + :target: https://translation.odoo-community.org/projects/management-system-16-0/management-system-16-0-mgmtsystem_audit :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/management-system&target_branch=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=16.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module was written to manage audits and verifications lists of your -management system. +This module was written to manage audits and verifications lists of your management system. **Table of contents** @@ -41,27 +40,25 @@ Configuration Users must be added to the appropriate groups within Odoo as follows: -- Creators: Settings > Users > Groups > Management System / User -- Responsible Persons: Settings > Users > Groups > Management System / - Approving User +* Creators: Settings > Users > Groups > Management System / User +* Responsible Persons: Settings > Users > Groups > Management System / Approving User Usage ===== To use this module, you need to: -- go to Management Systems > Audits -- create a new audit -- fill up its name, its auditors and schedule the date -- prepare your questions with the verification list and print it -- drive the audit and log answers in your verification list -- finish your audit by writing the strong points, points to improve and - creating improvements opportunities and nonconformities -- print the audit report and close the audit +* go to Management Systems > Audits +* create a new audit +* fill up its name, its auditors and schedule the date +* prepare your questions with the verification list and print it +* drive the audit and log answers in your verification list +* finish your audit by writing the strong points, points to improve and creating improvements opportunities and nonconformities +* print the audit report and close the audit For further information, please visit: -- http://fr.slideshare.net/max3903/iso-anmanagement-systemswithopenerpen +* http://fr.slideshare.net/max3903/iso-anmanagement-systemswithopenerpen Bug Tracker =========== @@ -69,7 +66,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. @@ -77,35 +74,34 @@ Credits ======= Authors -------- +~~~~~~~ * Savoir-faire Linux Contributors ------------- +~~~~~~~~~~~~ -- Daniel Reis -- Joao Alfredo Gama Batista -- Maxime Chambreuil -- Sandy Carter -- Virgil Dupras -- Loïc lacroix -- Gervais Naoussi -- Luk Vermeylen -- Maxime Chambreuil -- Eugen Don -- `Tecnativa `__: +* Daniel Reis +* Joao Alfredo Gama Batista +* Maxime Chambreuil +* Sandy Carter +* Virgil Dupras +* Loïc lacroix +* Gervais Naoussi +* Luk Vermeylen +* Maxime Chambreuil +* Eugen Don +* `Tecnativa `_: - - Ernesto Tejeda + * Ernesto Tejeda -- `Guadaltech `__: +* `Guadaltech `_: - - Fernando La Chica - -- Yvan Dotet + * Fernando La Chica +* Yvan Dotet Maintainers ------------ +~~~~~~~~~~~ This module is maintained by the OCA. @@ -117,6 +113,6 @@ 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/management-system `_ project on GitHub. +This module is part of the `OCA/management-system `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mgmtsystem_audit/__manifest__.py b/mgmtsystem_audit/__manifest__.py index 07f6f9a8d79c..829bf8bf70f6 100644 --- a/mgmtsystem_audit/__manifest__.py +++ b/mgmtsystem_audit/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Management System - Audit", - "version": "16.0.1.0.1", + "version": "17.0.1.0.0", "author": "Savoir-faire Linux, Odoo Community Association (OCA)", "website": "https://github.com/OCA/management-system", "license": "AGPL-3", diff --git a/mgmtsystem_audit/data/audit_automated_actions.xml b/mgmtsystem_audit/data/audit_automated_actions.xml index 284431bbec72..c7931cc88d42 100644 --- a/mgmtsystem_audit/data/audit_automated_actions.xml +++ b/mgmtsystem_audit/data/audit_automated_actions.xml @@ -32,9 +32,9 @@ Odoo Email all auditors 2 weeks before audit. - + on_time - mail_post + 14 day @@ -72,9 +72,9 @@ Odoo Email all followers 1 week before audit. - + on_time - mail_post + 7 day diff --git a/mgmtsystem_audit/readme/CONFIGURE.rst b/mgmtsystem_audit/readme/CONFIGURE.rst new file mode 100644 index 000000000000..854a80133ea0 --- /dev/null +++ b/mgmtsystem_audit/readme/CONFIGURE.rst @@ -0,0 +1,4 @@ +Users must be added to the appropriate groups within Odoo as follows: + +* Creators: Settings > Users > Groups > Management System / User +* Responsible Persons: Settings > Users > Groups > Management System / Approving User diff --git a/mgmtsystem_audit/readme/CONTRIBUTORS.rst b/mgmtsystem_audit/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000000..cf98c419b027 --- /dev/null +++ b/mgmtsystem_audit/readme/CONTRIBUTORS.rst @@ -0,0 +1,18 @@ +* Daniel Reis +* Joao Alfredo Gama Batista +* Maxime Chambreuil +* Sandy Carter +* Virgil Dupras +* Loïc lacroix +* Gervais Naoussi +* Luk Vermeylen +* Maxime Chambreuil +* Eugen Don +* `Tecnativa `_: + + * Ernesto Tejeda + +* `Guadaltech `_: + + * Fernando La Chica +* Yvan Dotet diff --git a/mgmtsystem_audit/readme/DESCRIPTION.rst b/mgmtsystem_audit/readme/DESCRIPTION.rst new file mode 100644 index 000000000000..fc7b66c7f7e0 --- /dev/null +++ b/mgmtsystem_audit/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module was written to manage audits and verifications lists of your management system. diff --git a/mgmtsystem_audit/readme/USAGE.rst b/mgmtsystem_audit/readme/USAGE.rst new file mode 100644 index 000000000000..aa0a7e4abdfa --- /dev/null +++ b/mgmtsystem_audit/readme/USAGE.rst @@ -0,0 +1,13 @@ +To use this module, you need to: + +* go to Management Systems > Audits +* create a new audit +* fill up its name, its auditors and schedule the date +* prepare your questions with the verification list and print it +* drive the audit and log answers in your verification list +* finish your audit by writing the strong points, points to improve and creating improvements opportunities and nonconformities +* print the audit report and close the audit + +For further information, please visit: + +* http://fr.slideshare.net/max3903/iso-anmanagement-systemswithopenerpen diff --git a/mgmtsystem_audit/static/description/index.html b/mgmtsystem_audit/static/description/index.html index cff83da6ae65..bd42f941bc4c 100644 --- a/mgmtsystem_audit/static/description/index.html +++ b/mgmtsystem_audit/static/description/index.html @@ -1,3 +1,4 @@ + @@ -8,11 +9,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. -Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -369,9 +369,8 @@

Management System - Audit

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:cb433d7d2b35909ce2a8872c492928e212f1ed536efa18294f937e5af247fc37 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module was written to manage audits and verifications lists of your -management system.

+

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

+

This module was written to manage audits and verifications lists of your management system.

Table of contents

    @@ -391,8 +390,7 @@

    Configuration

    Users must be added to the appropriate groups within Odoo as follows:

    • Creators: Settings > Users > Groups > Management System / User
    • -
    • Responsible Persons: Settings > Users > Groups > Management System / -Approving User
    • +
    • Responsible Persons: Settings > Users > Groups > Management System / Approving User
@@ -404,8 +402,7 @@

Usage

  • fill up its name, its auditors and schedule the date
  • prepare your questions with the verification list and print it
  • drive the audit and log answers in your verification list
  • -
  • finish your audit by writing the strong points, points to improve and -creating improvements opportunities and nonconformities
  • +
  • finish your audit by writing the strong points, points to improve and creating improvements opportunities and nonconformities
  • print the audit report and close the audit
  • For further information, please visit:

    @@ -418,7 +415,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.

    @@ -456,13 +453,11 @@

    Contributors

    Maintainers

    This module is maintained by the OCA.

    - -Odoo Community Association - +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.

    -

    This module is part of the OCA/management-system project on GitHub.

    +

    This module is part of the OCA/management-system project on GitHub.

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

    diff --git a/mgmtsystem_audit/views/mgmtsystem_audit.xml b/mgmtsystem_audit/views/mgmtsystem_audit.xml index aa34fa298c29..bb95796c9300 100644 --- a/mgmtsystem_audit/views/mgmtsystem_audit.xml +++ b/mgmtsystem_audit/views/mgmtsystem_audit.xml @@ -79,8 +79,8 @@ tree - - + + @@ -132,7 +132,7 @@