Skip to content

Commit

Permalink
[IMP] mgmtsystem_quality: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Borruso committed Jan 24, 2025
1 parent 5d03311 commit d1b4a79
Show file tree
Hide file tree
Showing 14 changed files with 114 additions and 110 deletions.
94 changes: 48 additions & 46 deletions mgmtsystem_quality/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,33 @@ Quality Management System
: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_quality
:target: https://github.com/OCA/management-system/tree/18.0/mgmtsystem_quality
: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_quality
:target: https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-mgmtsystem_quality
: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=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module was written to allow you to manage your Quality Management System (QMS)
within Odoo. It provides applications to manage:
This module was written to allow you to manage your Quality Management
System (QMS) within Odoo. It provides applications to manage:

* Quality Manual
* Procedures and Work Instructions
* Top Management Reviews
* Audits
* Nonconformities (NC)
* Immediate/Corrective/Preventive Actions
* Improvement Opportunities
* Satisfaction Survey
- Quality Manual
- Procedures and Work Instructions
- Top Management Reviews
- Audits
- Nonconformities (NC)
- Immediate/Corrective/Preventive Actions
- Improvement Opportunities
- Satisfaction Survey

For further information, please visit:

* http://www.slideshare.net/max3903/iso-anmanagement-systemswithopenerpena
* http://www.slideshare.net/max3903/openerp-management-system-modules
- http://www.slideshare.net/max3903/iso-anmanagement-systemswithopenerpena
- http://www.slideshare.net/max3903/openerp-management-system-modules

**Table of contents**

Expand All @@ -55,70 +55,72 @@ Configuration

To configure this module, you need to:

* Add users to the Management System groups (Manager, Auditor, NC Approver)
* Import your documentation (manuals and procedures)
* Review the data provided (i.e. NC origins and causes)
* Customize the Customer Satisfaction survey
* Customize email templates for reminders
* Import your legacy data (NC, actions)
- Add users to the Management System groups (Manager, Auditor, NC
Approver)
- Import your documentation (manuals and procedures)
- Review the data provided (i.e. NC origins and causes)
- Customize the Customer Satisfaction survey
- Customize email templates for reminders
- Import your legacy data (NC, actions)

Usage
=====

To use this module, you need to:

* Schedule iand manage your audit calendars and top management reviews
* Follow up with your colleagues on their actions
* Analyze your NC and determine your action plan
* Evaluate the effectiveness of your action plan before closing NC
* Maintain your documentation by approving or refusing changes
* Create improvement opportunities
- Schedule iand manage your audit calendars and top management reviews
- Follow up with your colleagues on their actions
- Analyze your NC and determine your action plan
- Evaluate the effectiveness of your action plan before closing NC
- Maintain your documentation by approving or refusing changes
- Create improvement opportunities

Known issues / Roadmap
======================

* Images support in the documentation
* Key Performance Indicators
* Employee Training
* Equipment Management
- Images support in the documentation
- Key Performance Indicators
- Employee Training
- Equipment Management

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/management-system/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 <https://github.com/OCA/management-system/issues/new?body=module:%20mgmtsystem_quality%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/management-system/issues/new?body=module:%20mgmtsystem_quality%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~
-------

* Savoir-faire Linux

Contributors
~~~~~~~~~~~~
------------

* Luk Vermeylen <[email protected]>
* Daniel Reis <[email protected]>
* Gervais Naoussi <[email protected]>
* Open Source Integrators <https://www.opensourceintegrators.com>
- Luk Vermeylen <[email protected]>
- Daniel Reis <[email protected]>
- Gervais Naoussi <[email protected]>
- Open Source Integrators <https://www.opensourceintegrators.com>

* Maxime Chambreuil <[email protected]>
- Maxime Chambreuil <[email protected]>

* Eugen Don <[email protected]>
* Jose Maria Alzaga <[email protected]>
* Guadaltech <https://www.guadaltech.es>
- Eugen Don <[email protected]>
- Jose Maria Alzaga <[email protected]>
- Guadaltech <https://www.guadaltech.es>

* Fernando La Chica <[email protected]>
* Yvan Dotet <[email protected]>
- Fernando La Chica <[email protected]>

- Yvan Dotet <[email protected]>

Maintainers
~~~~~~~~~~~
-----------

This module is maintained by the OCA.

Expand All @@ -138,6 +140,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-max3903|

This module is part of the `OCA/management-system <https://github.com/OCA/management-system/tree/16.0/mgmtsystem_quality>`_ project on GitHub.
This module is part of the `OCA/management-system <https://github.com/OCA/management-system/tree/18.0/mgmtsystem_quality>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
6 changes: 2 additions & 4 deletions mgmtsystem_quality/data/mgmtsystem_system.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<record id="system_quality" model="mgmtsystem.system">
<field name="name">Quality</field>
<field
<field name="name">Quality</field>
<field
name="manual_id"
ref="document_page_quality_manual.document_page_quality_manual"
/>
</record>

</odoo>
3 changes: 3 additions & 0 deletions mgmtsystem_quality/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
9 changes: 9 additions & 0 deletions mgmtsystem_quality/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
To configure this module, you need to:

- Add users to the Management System groups (Manager, Auditor, NC
Approver)
- Import your documentation (manuals and procedures)
- Review the data provided (i.e. NC origins and causes)
- Customize the Customer Satisfaction survey
- Customize email templates for reminders
- Import your legacy data (NC, actions)
8 changes: 0 additions & 8 deletions mgmtsystem_quality/readme/CONFIGURE.rst

This file was deleted.

10 changes: 10 additions & 0 deletions mgmtsystem_quality/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- Luk Vermeylen \<<[email protected]>\>
- Daniel Reis \<<[email protected]>\>
- Gervais Naoussi \<<[email protected]>\>
- Open Source Integrators \<<https://www.opensourceintegrators.com>\>
- Maxime Chambreuil \<<[email protected]>\>
- Eugen Don \<<[email protected]>\>
- Jose Maria Alzaga \<<[email protected]>\>
- Guadaltech \<<https://www.guadaltech.es>\>
- Fernando La Chica \<<[email protected]>\>
- Yvan Dotet \<<[email protected]>\>
13 changes: 0 additions & 13 deletions mgmtsystem_quality/readme/CONTRIBUTORS.rst

This file was deleted.

16 changes: 16 additions & 0 deletions mgmtsystem_quality/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
This module was written to allow you to manage your Quality Management
System (QMS) within Odoo. It provides applications to manage:

- Quality Manual
- Procedures and Work Instructions
- Top Management Reviews
- Audits
- Nonconformities (NC)
- Immediate/Corrective/Preventive Actions
- Improvement Opportunities
- Satisfaction Survey

For further information, please visit:

- <http://www.slideshare.net/max3903/iso-anmanagement-systemswithopenerpena>
- <http://www.slideshare.net/max3903/openerp-management-system-modules>
16 changes: 0 additions & 16 deletions mgmtsystem_quality/readme/DESCRIPTION.rst

This file was deleted.

4 changes: 4 additions & 0 deletions mgmtsystem_quality/readme/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Images support in the documentation
- Key Performance Indicators
- Employee Training
- Equipment Management
4 changes: 0 additions & 4 deletions mgmtsystem_quality/readme/ROADMAP.rst

This file was deleted.

8 changes: 8 additions & 0 deletions mgmtsystem_quality/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
To use this module, you need to:

- Schedule iand manage your audit calendars and top management reviews
- Follow up with your colleagues on their actions
- Analyze your NC and determine your action plan
- Evaluate the effectiveness of your action plan before closing NC
- Maintain your documentation by approving or refusing changes
- Create improvement opportunities
8 changes: 0 additions & 8 deletions mgmtsystem_quality/readme/USAGE.rst

This file was deleted.

25 changes: 14 additions & 11 deletions mgmtsystem_quality/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand All @@ -9,10 +8,11 @@

/*
:Author: David Goodger ([email protected])
: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.
Expand Down Expand Up @@ -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 }
Expand All @@ -301,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down Expand Up @@ -369,9 +369,9 @@ <h1 class="title">Quality Management System</h1>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a898f4589f85b03c382e80e0b53cd7825ee045f6241aac9967779db55f1e5c5b
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/management-system/tree/16.0/mgmtsystem_quality"><img alt="OCA/management-system" src="https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/management-system-16-0/management-system-16-0-mgmtsystem_quality"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/management-system&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module was written to allow you to manage your Quality Management System (QMS)
within Odoo. It provides applications to manage:</p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/management-system/tree/18.0/mgmtsystem_quality"><img alt="OCA/management-system" src="https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-mgmtsystem_quality"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/management-system&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module was written to allow you to manage your Quality Management
System (QMS) within Odoo. It provides applications to manage:</p>
<ul class="simple">
<li>Quality Manual</li>
<li>Procedures and Work Instructions</li>
Expand Down Expand Up @@ -406,7 +406,8 @@ <h1 class="title">Quality Management System</h1>
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
<p>To configure this module, you need to:</p>
<ul class="simple">
<li>Add users to the Management System groups (Manager, Auditor, NC Approver)</li>
<li>Add users to the Management System groups (Manager, Auditor, NC
Approver)</li>
<li>Import your documentation (manuals and procedures)</li>
<li>Review the data provided (i.e. NC origins and causes)</li>
<li>Customize the Customer Satisfaction survey</li>
Expand Down Expand Up @@ -440,7 +441,7 @@ <h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/management-system/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/management-system/issues/new?body=module:%20mgmtsystem_quality%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/management-system/issues/new?body=module:%20mgmtsystem_quality%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
Expand Down Expand Up @@ -473,13 +474,15 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>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.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external image-reference" href="https://github.com/max3903"><img alt="max3903" src="https://github.com/max3903.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/management-system/tree/16.0/mgmtsystem_quality">OCA/management-system</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/management-system/tree/18.0/mgmtsystem_quality">OCA/management-system</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
Expand Down

0 comments on commit d1b4a79

Please sign in to comment.