Skip to content

Commit

Permalink
Merge PR #608 into 18.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Dec 3, 2024
2 parents 3838509 + 94ce81f commit a6f7962
Show file tree
Hide file tree
Showing 48 changed files with 1,789 additions and 0 deletions.
124 changes: 124 additions & 0 deletions document_page_quality_manual/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
==============
Quality Manual
==============

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:232c77315da27795fc56ea6c1a042dc543626dcd76ba2aaedacab07ce786225e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
: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/18.0/document_page_quality_manual
: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-18-0/management-system-18-0-document_page_quality_manual
: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=18.0
:alt: Try me on Runboat

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

This module provides a quality manual template. The template has the
same structure as the ISO 9001 standard.

**Table of contents**

.. contents::
:local:

Configuration
=============

To edit the quality manual template:

- Go to Management Systems > Configuration > Categories
- Select the Quality Manual category
- Edit the content

Usage
=====

To enter your quality manual:

- Go to Management Systems > Documentation > Manuals
- Create a new page
- Enter a title
- Select the Quality Manual category
- Fill in the content

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:%20document_page_quality_manual%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
-------

* OpenERP SA

Contributors
------------

- Odoo SA <[email protected]>

- Maxime Chambreuil <[email protected]>

- Gervais Naoussi <[email protected]>

- Eugen Don <[email protected]>

- Jose Maria Alzaga <[email protected]>

- `Tecnativa <https://www.tecnativa.com>`__:

- Ernesto Tejeda

- `Trobz <https://www.trobz.com>`__:

- Dung Tran <[email protected]>
- Khoi (Kien Kim) <[email protected]>

- Yvan Dotet <[email protected]>

Other credits
-------------

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

- Camptocamp

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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 <https://github.com/OCA/management-system/tree/18.0/document_page_quality_manual>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions document_page_quality_manual/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
16 changes: 16 additions & 0 deletions document_page_quality_manual/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Quality Manual",
"version": "18.0.1.0.0",
"category": "Management System",
"author": "OpenERP SA, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"depends": ["mgmtsystem_manual"],
"data": ["data/document_page.xml"],
"installable": True,
"auto_install": False,
"images": ["static/description/quality_manual_form.png"],
}
170 changes: 170 additions & 0 deletions document_page_quality_manual/data/document_page.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo noupdate="1">
<record id="document_page_quality_manual" model="document.page">
<field name="name">Quality Manual</field>
<field name="type">category</field>
<field name="template">
<![CDATA[
<h1>Foreword</h1>
<h1>Introduction</h1>
<h1>Scope</h1>
<h1>Normative references</h1>
<h1>Terms and Definitions</h1>
<h1>Context of the organization</h1>
<h2>Understanding the organization and its context</h2>
<h2>Understanding the needs and expectations of interested parties</h2>
<h2>Determining the scope of the quality management system</h2>
<h2>Quality management system and its processes</h2>
<h1>Leadership</h1>
<h2>Leadership and commitment</h2>
<h3>General</h3>
<h3>Customer focus</h3>
<h2>Policy</h2>
<h3>Establishing the quality policy</h3>
<h3>Communicating the quality policy</h3>
<h2>Organizational roles, responsibilities and authorities</h2>
<h1>Planning</h1>
<h2>Actions to address risks and opportunities</h2>
<h2>Quality objectives and planning to achieve them</h2>
<h2>Planning of changes</h2>
<h1>Support</h1>
<h2>Resources</h2>
<h3>General</h3>
<h3>People</h3>
<h3>Infrastructure</h3>
<h3>Environment for the operation of processes</h3>
<h3>Monitoring and measuring resources</h3>
<h4>General</h4>
<h4>Measurement traceability</h4>
<h3>Organizational knowledge</h3>
<h2>Competence</h2>
<h2>Awareness</h2>
<h2>Communication</h2>
<h2>Documented information</h2>
<h3>General</h3>
<h3>Creating and updating</h3>
<h3>Control of documented information</h3>
<h1>Operation</h1>
<h2>Operational planning and control</h2>
<h2>Requirements for products and services</h2>
<h3>Customer communication</h3>
<h3>Determining the requirements for products and services</h3>
<h3>Review of the requirements for products and services</h3>
<h3>Changes to requirements for products and services</h3>
<h2>Design and development of products and services</h2>
<h3>General</h3>
<h3>Design and development planning</h3>
<h3>Design and development inputs</h3>
<h3>Design and development controls</h3>
<h3>Design and development outputs</h3>
<h3>Design and development changes</h3>
<h2>Control of externally provided processes, products and services</h2>
<h3>General</h3>
<h3>Type and extent of control</h3>
<h3>Information for external providers</h3>
<h2>Production and service provision</h2>
<h3>Control of production and service provision</h3>
<h3>Identification and traceability</h3>
<h3>Property belonging to customers and external providers</h3>
<h3>Preservation</h3>
<h3>Post-delivery activities</h3>
<h3>Control of changes</h3>
<h2>Release of products and services</h2>
<h2>Control of nonconforming outputs</h2>
<h1>Performance evaluation</h1>
<h2>Monitoring, measurement, analysis and evaluation</h2>
<h3>General</h3>
<h3>Customer satisfaction</h3>
<h3>Analysis and evaluation</h3>
<h2>Internal audit</h2>
<h2>Management review</h2>
<h3>General</h3>
<h3>Management review inputs</h3>
<h3>Management review outputs</h3>
<h1>Improvement</h1>
<h2>General</h2>
<h2>Nonconformity and corrective action</h2>
<h2>Continuous improvement</h2>
]]>
</field>
</record>
</odoo>
30 changes: 30 additions & 0 deletions document_page_quality_manual/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Arabic translation for openobject-addons
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-01-11 11:16+0000\n"
"PO-Revision-Date: 2012-10-31 00:48+0000\n"
"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) <maxime."
"[email protected]>\n"
"Language-Team: Arabic <[email protected]>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"

#~ msgid ""
#~ "Quality Manual Template\n"
#~ " "
#~ msgstr ""
#~ "قالب كتيب الجودة\n"
#~ " "

#~ msgid "Document Management - Wiki - Quality Manual"
#~ msgstr "مرجع إدارة الوثائق - كتيب الجودة"
29 changes: 29 additions & 0 deletions document_page_quality_manual/i18n/bg.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Bulgarian translation for openobject-addons
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-01-11 11:16+0000\n"
"PO-Revision-Date: 2012-10-31 00:48+0000\n"
"Last-Translator: Dimitar Markov <[email protected]>\n"
"Language-Team: Bulgarian <[email protected]>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"

#~ msgid ""
#~ "Quality Manual Template\n"
#~ " "
#~ msgstr ""
#~ "Шаблон за Наръчник по качество\n"
#~ " "

#~ msgid "Document Management - Wiki - Quality Manual"
#~ msgstr "Управление на документи - Wiki - Наръчник по качество"
Loading

0 comments on commit a6f7962

Please sign in to comment.