From d84cf4aa74c3c479e64b52e4bad3fe2399d08d37 Mon Sep 17 00:00:00 2001 From: Mikel Martin Date: Tue, 21 May 2024 20:59:28 +0200 Subject: [PATCH] [IMP] mgmtsystem_audit: pre-commit auto fixes --- mgmtsystem_audit/README.rst | 72 ++++++++++--------- mgmtsystem_audit/pyproject.toml | 3 + mgmtsystem_audit/readme/CONFIGURE.md | 5 ++ mgmtsystem_audit/readme/CONFIGURE.rst | 4 -- mgmtsystem_audit/readme/CONTRIBUTORS.md | 15 ++++ mgmtsystem_audit/readme/CONTRIBUTORS.rst | 18 ----- .../{DESCRIPTION.rst => DESCRIPTION.md} | 3 +- mgmtsystem_audit/readme/USAGE.md | 14 ++++ mgmtsystem_audit/readme/USAGE.rst | 13 ---- .../static/description/index.html | 27 ++++--- 10 files changed, 93 insertions(+), 81 deletions(-) create mode 100644 mgmtsystem_audit/pyproject.toml create mode 100644 mgmtsystem_audit/readme/CONFIGURE.md delete mode 100644 mgmtsystem_audit/readme/CONFIGURE.rst create mode 100644 mgmtsystem_audit/readme/CONTRIBUTORS.md delete mode 100644 mgmtsystem_audit/readme/CONTRIBUTORS.rst rename mgmtsystem_audit/readme/{DESCRIPTION.rst => DESCRIPTION.md} (69%) create mode 100644 mgmtsystem_audit/readme/USAGE.md delete mode 100644 mgmtsystem_audit/readme/USAGE.rst diff --git a/mgmtsystem_audit/README.rst b/mgmtsystem_audit/README.rst index fd311a0cc445..648f42d9b66b 100644 --- a/mgmtsystem_audit/README.rst +++ b/mgmtsystem_audit/README.rst @@ -17,18 +17,19 @@ 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/16.0/mgmtsystem_audit + :target: https://github.com/OCA/management-system/tree/17.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-16-0/management-system-16-0-mgmtsystem_audit + :target: https://translation.odoo-community.org/projects/management-system-17-0/management-system-17-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=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=17.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** @@ -40,25 +41,27 @@ 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 =========== @@ -66,7 +69,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. @@ -74,34 +77,35 @@ 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. @@ -113,6 +117,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/pyproject.toml b/mgmtsystem_audit/pyproject.toml new file mode 100644 index 000000000000..4231d0cccb3d --- /dev/null +++ b/mgmtsystem_audit/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mgmtsystem_audit/readme/CONFIGURE.md b/mgmtsystem_audit/readme/CONFIGURE.md new file mode 100644 index 000000000000..9e01ba2649f4 --- /dev/null +++ b/mgmtsystem_audit/readme/CONFIGURE.md @@ -0,0 +1,5 @@ +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/CONFIGURE.rst b/mgmtsystem_audit/readme/CONFIGURE.rst deleted file mode 100644 index 854a80133ea0..000000000000 --- a/mgmtsystem_audit/readme/CONFIGURE.rst +++ /dev/null @@ -1,4 +0,0 @@ -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.md b/mgmtsystem_audit/readme/CONTRIBUTORS.md new file mode 100644 index 000000000000..809beff6370f --- /dev/null +++ b/mgmtsystem_audit/readme/CONTRIBUTORS.md @@ -0,0 +1,15 @@ +- Daniel Reis \<\> +- Joao Alfredo Gama Batista \<\> +- Maxime Chambreuil \<\> +- Sandy Carter \<\> +- Virgil Dupras \<\> +- Loïc lacroix \<\> +- Gervais Naoussi \<\> +- Luk Vermeylen \<\> +- Maxime Chambreuil \<\> +- Eugen Don \<\> +- [Tecnativa](https://www.tecnativa.com): + - Ernesto Tejeda +- [Guadaltech](https://www.guadaltech.es): + - Fernando La Chica +- Yvan Dotet \<\> diff --git a/mgmtsystem_audit/readme/CONTRIBUTORS.rst b/mgmtsystem_audit/readme/CONTRIBUTORS.rst deleted file mode 100644 index cf98c419b027..000000000000 --- a/mgmtsystem_audit/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,18 +0,0 @@ -* 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.md similarity index 69% rename from mgmtsystem_audit/readme/DESCRIPTION.rst rename to mgmtsystem_audit/readme/DESCRIPTION.md index fc7b66c7f7e0..3446adb3d385 100644 --- a/mgmtsystem_audit/readme/DESCRIPTION.rst +++ b/mgmtsystem_audit/readme/DESCRIPTION.md @@ -1 +1,2 @@ -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. diff --git a/mgmtsystem_audit/readme/USAGE.md b/mgmtsystem_audit/readme/USAGE.md new file mode 100644 index 000000000000..c55981ebb660 --- /dev/null +++ b/mgmtsystem_audit/readme/USAGE.md @@ -0,0 +1,14 @@ +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: + +- diff --git a/mgmtsystem_audit/readme/USAGE.rst b/mgmtsystem_audit/readme/USAGE.rst deleted file mode 100644 index aa0a7e4abdfa..000000000000 --- a/mgmtsystem_audit/readme/USAGE.rst +++ /dev/null @@ -1,13 +0,0 @@ -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 bd42f941bc4c..cff83da6ae65 100644 --- a/mgmtsystem_audit/static/description/index.html +++ b/mgmtsystem_audit/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z 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: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* 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 { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -369,8 +369,9 @@

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

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

    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
@@ -402,7 +404,8 @@

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:

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

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

    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.